]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 505640 - "Linkify bug numbers when displaying bug summary at the top of a bug...
authorreed%reedloden.com <>
Thu, 23 Jul 2009 06:36:10 +0000 (06:36 +0000)
committerreed%reedloden.com <>
Thu, 23 Jul 2009 06:36:10 +0000 (06:36 +0000)
template/en/default/bug/edit.html.tmpl

index 1eb3ad8a1f0a87ec0e65eac2f48455a47a5f1af6..9434271d8ef34ecb722200adb1bbbc0b7cad40d7 100644 (file)
           (<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>