]> granicus.if.org Git - apache/commitdiff
- style
authorAndré Malo <nd@apache.org>
Fri, 27 Apr 2012 19:05:41 +0000 (19:05 +0000)
committerAndré Malo <nd@apache.org>
Fri, 27 Apr 2012 19:05:41 +0000 (19:05 +0000)
- fix example -> highlight nesting
- enclose inline javascript in cdata

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331543 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/common.xsl

index 35595e1c7921d622222a70adc9070bf21dc54e11..536db3a248376b58f819264ca00631a4ab2a397c 100644 (file)
@@ -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/ -->
     <xsl:call-template name="super-menu"/>
 
 </div> <!-- /footer -->
-<script type="text/javascript">
+
+<script type="text/javascript"><![CDATA[
     if (typeof(prettyPrint) !== undefined) {
         prettyPrint();
     }
-</script>
+]]></script>
 </xsl:template>
 <!-- /bottom -->
 
 </xsl:template>
 <!-- /higlight -->
 
+
 <!-- ==================================================================== -->
 <!-- (sub)section titles                                                  -->
 <!-- ==================================================================== -->