'mpm_', meanwhile the page name in the docs do
not contain it. For example, Bugzilla has
the 'mpm_event' component and the doc has the
- 'event' page. This creates a inconsistency
+ 'event' page. This creates an inconsistency
in the URL generation, fixed by the following
check. -->
<xsl:variable name="bugzilla_prefix">
<!-- The line below is not splitted in multiple
lines to avoid rendering a broken URL. -->
<a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&list_id=144532&product=Apache%20httpd-2&query_format=specific&order=changeddate%20DESC%2Cpriority%2Cbug_severity&component={$bugzilla_prefix}{name}">
-
<xsl:value-of
select="$message[@id='httpdknownissues']" />
</a>
</ul>
<xsl:if test="seealso">
- <h3>
+ <h3>
<xsl:value-of select="$message
[@id='seealso']" />
</h3>&lf;