diff options
author | mkanat%bugzilla.org <> | 2008-09-02 12:53:53 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-09-02 12:53:53 +0200 |
commit | 5f3c7d69f41000e968619bcab5521765396e4936 (patch) | |
tree | d22d230ea321e85b21d7f4490aae211698ed0e09 /template | |
parent | 1876ce879851d46ed024a672a689dc7a1c537a23 (diff) | |
download | bugzilla-5f3c7d69f41000e968619bcab5521765396e4936.tar.gz bugzilla-5f3c7d69f41000e968619bcab5521765396e4936.tar.xz |
Bug 452746: Link to the bug in the bug header/title bar includes a space
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 8e2e932f7..293586155 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -295,8 +295,7 @@ <div class="bz_alias_short_desc_container"> <a href="show_bug.cgi?id=[% bug.bug_id %]"> - <b>[% terms.Bug %] [% bug.bug_id FILTER html %]</b> - </a> - + <b>[% terms.Bug %] [% bug.bug_id FILTER html %]</b></a> - <span id="summary_alias_container" class="bz_default_hidden"> [% IF Param("usebugaliases") %] [% IF bug.alias != "" %] |