]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
This adds a "report a bug" link to the main docs nav menu, as per bz#61218
authorRich Bowen <rbowen@apache.org>
Thu, 30 Apr 2026 13:08:22 +0000 (13:08 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 30 Apr 2026 13:08:22 +0000 (13:08 +0000)
I'm not entirely convinced that this is a good idea, but it'll be easy
to revert if we decide it's not.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933595 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/common.xsl

index 29af2f805792c4b249735877c835a619569b5bd2..513846a311edf9310e929663c8b6dfaf48a41553 100644 (file)
@@ -731,6 +731,12 @@ if (typeof(prettyPrint) !== 'undefined') {
     <a href="{$path}/sitemap.html">
         <xsl:value-of select="$message[@id='sitemap']" />
     </a>
+
+    <xsl:text> | </xsl:text>
+
+    <a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2">
+        <xsl:value-of select="$message[@id='httpdreportabug']" />
+    </a>
 </p>
 </xsl:template>
 <!-- /super-menu -->