|
From: Benjamin C. <bc...@us...> - 2001-10-17 12:42:54
|
Update of /cvsroot/phpbt/phpbt/docs/sgml In directory usw-pr-cvs1:/tmp/cvs-serv2151/sgml Modified Files: template.sgml Log Message: Useless formatting changes Index: template.sgml =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/sgml/template.sgml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- template.sgml 2001/09/27 13:40:20 1.1 +++ template.sgml 2001/10/17 12:42:51 1.2 @@ -1,22 +1,20 @@ <!-- -*- sgml -*- --> <sect1 id="uniquesectionid"> - <title>Example Documentation Section</title> +<title>Example Documentation Section</title> - <abstract> - <para>Summary of what this section is about.</para> - </abstract> +<abstract> +<para>Summary of what this section is about.</para> +</abstract> - <sect2 id="subsectid"> - <title>Subsection title</title> +<sect2 id="subsectid"> +<title>Subsection title</title> - <para>Subsection content</para> +<para>Subsection content</para> - <para>More content</para> - </sect2> +<para>More content</para> +</sect2> </sect1> <!-- Local Variables: --> -<!-- sgml-indent-step: 2 --> -<!-- sgml-indent-data: 2 --> <!-- sgml-parent-document: "phpbt.sgml" --> <!-- End: --> |