diff options
author | Reed Loden <reed@reedloden.com> | 2010-06-29 04:04:04 +0200 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2010-06-29 04:04:04 +0200 |
commit | 86f63e23d89463172f8814f3dfa6ac2b0005fd6c (patch) | |
tree | bdf882c5fdc8db4f814db87773ff564babaeb9ba | |
parent | d1e54b34322841477ec2236efd29af7c7213c118 (diff) | |
download | bugzilla-86f63e23d89463172f8814f3dfa6ac2b0005fd6c.tar.gz bugzilla-86f63e23d89463172f8814f3dfa6ac2b0005fd6c.tar.xz |
Bug 575454 - Fix whitespacing so the space after "Bugzilla User's Guide" does not get linkified.
[r=mkanat a=mkanat]
-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> |