]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Synch with trunk:
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 23 Jan 2021 08:11:39 +0000 (08:11 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 23 Jan 2021 08:11:39 +0000 (08:11 +0000)
Fix a typo
Remove a useless empty line
Turn a tab into spaces to be consistent

(r1740880 on trunk)

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1885837 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/synopsis.xsl

index d4c0eec22d799652c45d48a8e4070f0fc09269c7..b3bd96be6cdf6f8b43786784b0dcd0b8cace7fe3 100644 (file)
                                 '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 split into multiple
                                  lines to avoid rendering a broken URL. -->
                             <a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component={$bugzilla_prefix}{name}">
-
                                 <xsl:value-of
                                     select="$message[@id='httpdknownissues']" />
                             </a>
                          explicitly set in .xml docs or simply the comments. -->
                     <xsl:if test="seealso or not($is-chm or $is-zip or
                                                 $metafile/basename = 'index')">
-                           <h3>
+                        <h3>
                             <xsl:value-of select="$message
                                                   [@id='seealso']" />
                         </h3>&lf;