From: guy.pyrzak%gmail.com <> Date: Fri, 5 Sep 2008 03:03:39 +0000 (+0000) Subject: Bug 452906 - Long URLs smash the right column width X-Git-Tag: bugzilla-3.2rc2~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa94ec6eb1a30dbaf3cdba8bcbed11da702f4000;p=thirdparty%2Fbugzilla.git Bug 452906 - Long URLs smash the right column width Patch By Guy Pyrzak r=mkanat, a=mkanat --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 2935861559..9dc7cba00d 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -586,8 +586,9 @@ [% IF bug.bug_file_loc AND NOT bug.bug_file_loc.match("^(javascript|data)") %] - - [% bug.bug_file_loc FILTER html%] + + [% bug.bug_file_loc FILTER truncate(40) FILTER html %] [% ELSE %] [% bug.bug_file_loc FILTER html %] [% END %]