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:28:57 UTC

svn commit: r1329917 - /httpd/httpd/branches/2.4.x/docs/manual/style/xsl/common.xsl

Author: humbedooh
Date: Tue Apr 24 18:28:56 2012
New Revision: 1329917

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

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/style/xsl/common.xsl

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