diff options
Diffstat (limited to '')
-rw-r--r-- | docs/manual/style/xsl/synopsis.xsl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/manual/style/xsl/synopsis.xsl b/docs/manual/style/xsl/synopsis.xsl index e1e1b984ac..6823e5f73e 100644 --- a/docs/manual/style/xsl/synopsis.xsl +++ b/docs/manual/style/xsl/synopsis.xsl @@ -262,7 +262,7 @@ '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"> @@ -277,7 +277,6 @@ <!-- 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> @@ -293,7 +292,7 @@ </ul> <xsl:if test="seealso"> - <h3> + <h3> <xsl:value-of select="$message [@id='seealso']" /> </h3>&lf; |