Commit 6ada7f80 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 252109: Bugzilla docs fail w3c validation

r=glob a=LpSolit
parent cffe0e7b
...@@ -1734,25 +1734,23 @@ C:\perl&gt; <command>ppm install &lt;module name&gt;</command> ...@@ -1734,25 +1734,23 @@ C:\perl&gt; <command>ppm install &lt;module name&gt;</command>
</para> </para>
<screen> <screen>
# perl -MCPAN -e'look XML::Parser' <co id="macosx-look"/> # perl -MCPAN -e'look XML::Parser'
# perl Makefile.PL EXPATLIBPATH=/sw/lib EXPATINCPATH=/sw/include # perl Makefile.PL EXPATLIBPATH=/sw/lib EXPATINCPATH=/sw/include
# make; make test; make install <co id="macosx-make"/> # make; make test; make install
# exit <co id="macosx-exit"/> # exit
</screen> </screen>
<calloutlist> <para>
<callout arearefs="macosx-look macosx-exit"> The <command>look</command> command will download the module and spawn
<para>The look command will download the module and spawn a a new shell with the extracted files as the current working directory.
new shell with the extracted files as the current working directory. </para>
The exit command will return you to your original shell. <para>
</para> You should watch the output from these <command>make</command> commands,
</callout> especially <quote>make test</quote> as errors may prevent
<callout arearefs="macosx-make"> XML::Parser from functioning correctly with Bugzilla.
<para>You should watch the output from these make commands, </para>
especially <quote>make test</quote> as errors may prevent <para>
XML::Parser from functioning correctly with Bugzilla. The <command>exit</command> command will return you to your original shell.
</para> </para>
</callout>
</calloutlist>
</section> </section>
</section> </section>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" encoding="UTF-8" indent="no"/> <xsl:output method="html" encoding="UTF-8" indent="no"
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
doctype-system="http://www.w3.org/TR/html4/loose.dtd"/>
<!-- Include default bugzilla XSL --> <!-- Include default bugzilla XSL -->
<xsl:include href="bugzilla-docs.xsl"/> <xsl:include href="bugzilla-docs.xsl"/>
<!-- No other params necessary --> <!-- No other params necessary -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment