From f85d8f20c5a559af554f724b1119efa7bd762f4c Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 8 May 2012 15:32:18 +0000 Subject: [PATCH] That should be !=, not == :\ moar rebuilding inc! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335592 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/xsl/common.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 546482ed0f6..994937902b4 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -299,7 +299,7 @@ to last beyond the testing phase of this system, nor do we in any way guarantee var lang = ''; var disqus_shortname = 'httpd'; var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") == -1) { +if (disqus_identifier.indexOf("httpd.apache.org") != -1) { document.write('
\n
'); (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; -- 2.47.2