diff options
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/style/xsl/common.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 35de2f007d..546482ed0f 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 = '<xsl:value-of select="$doclang"/>'; 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('<div id="disqus_thread"></div>'); +if (disqus_identifier.indexOf("httpd.apache.org") == -1) { + document.write('<div id="disqus_thread">\n</div>'); (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; |