diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2016-04-25 21:18:38 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2016-04-25 21:18:38 +0200 |
commit | 4d0d1ddae93c856b4128d86f871f384615444552 (patch) | |
tree | 8d4f0adcf49fb158a443dc2355113f9f648ec5ef | |
parent | Consistent capitalization of Internal Server Error. (diff) | |
download | apache2-4d0d1ddae93c856b4128d86f871f384615444552.tar.xz apache2-4d0d1ddae93c856b4128d86f871f384615444552.zip |
Fix a typo
Remove a useless empty line
Turn a tab into spaces to be consistent
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740880 13f79535-47bb-0310-9956-ffa450edef68
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; |