summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorreed%reedloden.com <>2009-07-23 08:36:10 +0200
committerreed%reedloden.com <>2009-07-23 08:36:10 +0200
commit647249a7690a63eb81a62f8a2892e07414791522 (patch)
treebf47223830fb8bf89c57a9ebc386d28f24123ecc /template
parente1f05a42100cc00535af1890664c87be1a7ca6bd (diff)
downloadbugzilla-647249a7690a63eb81a62f8a2892e07414791522.tar.gz
bugzilla-647249a7690a63eb81a62f8a2892e07414791522.tar.xz
Bug 505640 - "Linkify bug numbers when displaying bug summary at the top of a bug" [p=reed r=LpSolit a=LpSolit]
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 1eb3ad8a1..9434271d8 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -312,7 +312,7 @@
(<span id="alias_nonedit_display">[% bug.alias FILTER html %]</span>)
[% END %]
[% END %]
- <span id="short_desc_nonedit_display">[% bug.short_desc FILTER html %]</span>
+ <span id="short_desc_nonedit_display">[% bug.short_desc FILTER quoteUrls(bug.bug_id) %]</span>
[% IF bug.check_can_change_field('short_desc', 0, 1) ||
bug.check_can_change_field('alias', 0, 1) %]
<small class="editme">(<a href="#" id="editme_action">edit</a>)</small>