From 14d6245de0b6d54c60985b9433ff731d194cd49a Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Thu, 19 Sep 2013 13:03:52 +1000 Subject: Bug 368541 - Make it obvious that the bug alias is not part of the bug summary r=simon, a=simon --- template/en/default/bug/edit.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug/edit.html.tmpl') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 683d6ed4a..8f1a2031b 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -168,11 +168,11 @@ [% PROCESS commit_button id="_top"%] [%-# %][% terms.Bug %] [% bug.bug_id FILTER html %] - [%-# %] - + [%-# %] [% IF bug.alias != "" %] ([% bug.alias FILTER html %]) [% END %] - [% bug.short_desc FILTER quoteUrls(bug) %] + - [% bug.short_desc FILTER quoteUrls(bug) %] [% IF bug.check_can_change_field('short_desc', 0, 1) || bug.check_can_change_field('alias', 0, 1) %] (edit) -- cgit v1.2.3-24-g4f1b