From e92979fa84a704f14d59b77dddfb3454245e26bd Mon Sep 17 00:00:00 2001 From: "guy.pyrzak%gmail.com" <> Date: Fri, 5 Sep 2008 02:39:42 +0000 Subject: Bug 452906 - Long URLs smash the right column width Patch By Guy Pyrzak , r=mkanat, a=mkanat --- template/en/default/bug/edit.html.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 293586155..9dc7cba00 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 %] -- cgit v1.2.3-24-g4f1b