]> granicus.if.org Git - apache/commitdiff
Fix a typo
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 25 Apr 2016 19:18:38 +0000 (19:18 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 25 Apr 2016 19:18:38 +0000 (19:18 +0000)
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

docs/manual/style/xsl/synopsis.xsl

index e1e1b984ac0f7b70d65161b8119409337f0d462a..6823e5f73e338ee0dbb786da2065de8a202ab842 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 splitted in 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>
                     </ul>
 
                     <xsl:if test="seealso">
-                           <h3>
+                        <h3>
                             <xsl:value-of select="$message
                                                   [@id='seealso']" />
                         </h3>&lf;