From a08f9785ea12a11157584fec7b810720ca530f73 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard <julliard@winehq.org> Date: Sun, 11 May 2003 03:38:37 +0000 Subject: [PATCH] Store the HTML into index.html like for the other docs. --- documentation/wine-faq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/wine-faq.sgml b/documentation/wine-faq.sgml index c644c3cfed6..4069127e74d 100644 --- a/documentation/wine-faq.sgml +++ b/documentation/wine-faq.sgml @@ -7,6 +7,6 @@ <!entity faq SYSTEM "faq.sgml"> ]> -<article class="faq"> +<article class="faq" id="index"> &faq; </article> -- GitLab