]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 252109: Bugzilla docs fail w3c validation
authorFrédéric Buclin <LpSolit@gmail.com>
Fri, 28 Oct 2011 22:50:52 +0000 (00:50 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Fri, 28 Oct 2011 22:50:52 +0000 (00:50 +0200)
r=glob a=LpSolit

docs/en/xml/installation.xml
docs/xsl/nochunks.xsl

index cdff751d40feb74df69afdd5392a4e3727aa2d6a..ba97d959142b6df23815f3cd4ab96af732c5c18e 100644 (file)
@@ -1734,25 +1734,23 @@ C:\perl&gt; <command>ppm install &lt;module name&gt;</command>
         </para>
 
         <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
-# make; make test; make install           <co id="macosx-make"/>
-# exit                                    <co id="macosx-exit"/>
+# make; make test; make install
+# exit
         </screen>
-        <calloutlist>
-          <callout arearefs="macosx-look macosx-exit">
-            <para>The look command will download the module and spawn a
-            new shell with the extracted files as the current working directory.
-            The exit command will return you to your original shell.
-            </para>
-          </callout>
-          <callout arearefs="macosx-make">
-            <para>You should watch the output from these make commands,
-            especially <quote>make test</quote> as errors may prevent 
-            XML::Parser from functioning correctly with Bugzilla.
-            </para>
-          </callout>
-        </calloutlist>
+        <para>
+          The <command>look</command> command will download the module and spawn
+          a new shell with the extracted files as the current working directory.
+        </para>
+        <para>
+          You should watch the output from these <command>make</command> commands,
+          especially <quote>make test</quote> as errors may prevent
+          XML::Parser from functioning correctly with Bugzilla.
+        </para>
+        <para>
+          The <command>exit</command> command will return you to your original shell.
+        </para>
       </section>
     </section>
 
index 12d901653bab5a3565e431a11e623a1a12ed59cc..bb0d6962541f7fa14a0e1ce9797685747af1218e 100644 (file)
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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 -->
     <xsl:include href="bugzilla-docs.xsl"/>
     <!-- No other params necessary -->