commit | d97bbd05b0e3858bd176760ffd6deeb7eaa38bcc | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Thu Dec 05 19:14:02 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Dec 05 19:14:02 2002 +0000 |
tree | 6b9c2b5395422cb188cec66eaa7149502bbca988 | |
parent | 41df00ffba44f2e811900b2be04c851b18a75bb0 [diff] [blame] |
Wrap faq.sgml in an article tag in wine-doc.sgml. Set the article class to 'faq'. Move the title to faq.sgml.
diff --git a/documentation/wine-doc.sgml b/documentation/wine-doc.sgml index 30ba0a4..944b132 100644 --- a/documentation/wine-doc.sgml +++ b/documentation/wine-doc.sgml
@@ -146,11 +146,12 @@ <!-- *** Wine Faq *** --> <book id="faq"> <bookinfo> - - <title>Wine FAQ</title> + <title>Wine FAQ</title> </bookinfo> - &faq; + <article class="faq"> + &faq; + </article> </book> </set>