From 647249a7690a63eb81a62f8a2892e07414791522 Mon Sep 17 00:00:00 2001
From: "reed%reedloden.com" <>
Date: Thu, 23 Jul 2009 06:36:10 +0000
Subject: Bug 505640 - "Linkify bug numbers when displaying bug summary at the
top of a bug" [p=reed r=LpSolit a=LpSolit]
---
template/en/default/bug/edit.html.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'template/en')
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 @@
([% bug.alias FILTER html %])
[% END %]
[% END %]
- [% bug.short_desc FILTER html %]
+ [% bug.short_desc FILTER quoteUrls(bug.bug_id) %]
[% 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