diff options
-rw-r--r-- | template/en/default/index.html.tmpl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 6dfcdc751..4d760c6f8 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -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> - | + [%- 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> |