From: Daniel Gruno Date: Tue, 8 May 2012 15:20:07 +0000 (+0000) Subject: Add something between
and
so the same thing doesn't happen again. bleh. X-Git-Tag: 2.5.0-alpha~6875 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed4fb7032bae39a1d2da5208312978ead89e40a;p=thirdparty%2Fapache%2Fhttpd.git Add something between
and
so the same thing doesn't happen again. bleh. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335581 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 35de2f007d3..546482ed0f6 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -299,8 +299,8 @@ 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) { - document.write('
'); +if (disqus_identifier.indexOf("httpd.apache.org") == -1) { + document.write('
\n
'); (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';