You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/04/24 20:26:38 UTC

svn commit: r1329915 - /httpd/httpd/trunk/docs/manual/style/xsl/common.xsl

Author: humbedooh
Date: Tue Apr 24 18:26:38 2012
New Revision: 1329915

URL: http://svn.apache.org/viewvc?rev=1329915&view=rev
Log:
Changing javascript as per nd's suggestion

Modified:
    httpd/httpd/trunk/docs/manual/style/xsl/common.xsl

Modified: httpd/httpd/trunk/docs/manual/style/xsl/common.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/xsl/common.xsl?rev=1329915&r1=1329914&r2=1329915&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/xsl/common.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/xsl/common.xsl Tue Apr 24 18:26:38 2012
@@ -313,7 +313,7 @@
 
 </div> <!-- /footer -->
 <script type="text/javascript">
-    if (prettyPrint) {
+    if (typeof(prettyPrint) !== undefined) {
         prettyPrint();
     }
 </script>