Commit 90184d05 authored by Andre Malo's avatar Andre Malo
Browse files

apply xsl fixes from trunk


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1331564 13f79535-47bb-0310-9956-ffa450edef68
parent bbf54d42
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
<!-- space separated list of blockelements defined in common.dtd -->
<!--    used for inline content catching in <example>s           -->
<xsl:variable name="blockelements">
    p  example  note  table  ul  ol  dl  pre  img  blockquote
    p  example  note  table  ul  ol  dl  pre  highlight img  blockquote
</xsl:variable>

<!-- relative path to /manual/ -->
@@ -312,11 +312,13 @@
    <xsl:call-template name="super-menu"/>

</div> <!-- /footer -->

<script type="text/javascript">
<xsl:text disable-output-escaping="yes"><![CDATA[<!--//--><![CDATA[//><!--]]></xsl:text><![CDATA[
if (typeof(prettyPrint) !== undefined) {
    prettyPrint();
}
</script>
]]><xsl:text disable-output-escaping="yes"><![CDATA[//--><!]]]]>></xsl:text></script>
</xsl:template>
<!-- /bottom -->

@@ -485,6 +487,7 @@
</xsl:template>
<!-- /higlight -->


<!-- ==================================================================== -->
<!-- (sub)section titles                                                  -->
<!-- ==================================================================== -->