From 853fc50bf7e9523770e2b63757c87362be53940e Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Sun, 20 May 2012 12:53:19 +0000 Subject: [PATCH] Disabling the Disqus system until we have a proper resolution about this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1340701 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/xsl/common.xsl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index cb63f659d1..4326e271f2 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -301,7 +301,8 @@ to last beyond the testing phase of this system, nor do we in any way guarantee var disqus_shortname = 'httpd'; var disqus_identifier = 'http://httpd.apache.org/docs/]]>&httpd.disqus;<\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; @@ -310,7 +311,7 @@ var disqus_identifier = 'http://httpd.apache.org/docs/]]>&httpd.disqu (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('
Comments have been disabled for offline viewing.<\/div>'); + d.write('
Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //-->> -- 2.40.0