mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
d97bbd05b0
Set the article class to 'faq'. Move the title to faq.sgml.
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
<!doctype Article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
|
|
|
|
<!-- *** Include list of authors *** -->
|
|
<!entity % authors SYSTEM "authors.ent">
|
|
%authors;
|
|
|
|
<!entity faq SYSTEM "faq.sgml">
|
|
]>
|
|
|
|
<article class="faq">
|
|
&faq;
|
|
</article>
|