]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 575454 - Fix whitespacing so the space after "Bugzilla User's Guide" does not...
authorReed Loden <reed@reedloden.com>
Tue, 29 Jun 2010 02:04:47 +0000 (21:04 -0500)
committerReed Loden <reed@reedloden.com>
Tue, 29 Jun 2010 02:04:47 +0000 (21:04 -0500)
[r=mkanat a=mkanat]

template/en/default/index.html.tmpl

index 6dfcdc75166f17bcfc26b2147b936df020b07b29..4d760c6f81f394b43b5061bf1343e113944708ec 100644 (file)
@@ -164,12 +164,11 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
             <ul class="additional_links">
               <li>
                 <a href="[% docs_urlbase FILTER html %]using.html">
-                  [%- terms.Bugzilla %] User's Guide
-                </a>
-                &nbsp;|
+                  [%- terms.Bugzilla %] User's Guide</a>
               </li>
               <li>
-                <a href="page.cgi?id=release-notes.html" > Release Notes</a>
+                |
+                <a href="page.cgi?id=release-notes.html">Release Notes</a>
               </li>
             </ul>
           </div>