You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2021/01/23 08:11:39 UTC

svn commit: r1885837 - /httpd/httpd/branches/2.4.x/docs/manual/style/xsl/synopsis.xsl

Author: jailletc36
Date: Sat Jan 23 08:11:39 2021
New Revision: 1885837

URL: http://svn.apache.org/viewvc?rev=1885837&view=rev
Log:
Synch with trunk:
	Fix a typo
	Remove a useless empty line
	Turn a tab into spaces to be consistent

(r1740880 on trunk)

[skip ci]

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/style/xsl/synopsis.xsl

Modified: httpd/httpd/branches/2.4.x/docs/manual/style/xsl/synopsis.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/style/xsl/synopsis.xsl?rev=1885837&r1=1885836&r2=1885837&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/style/xsl/synopsis.xsl (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/style/xsl/synopsis.xsl Sat Jan 23 08:11:39 2021
@@ -284,7 +284,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">
@@ -299,7 +299,6 @@
                             <!-- 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>
@@ -317,7 +316,7 @@
                          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;