From fa94ec6eb1a30dbaf3cdba8bcbed11da702f4000 Mon Sep 17 00:00:00 2001 From: "guy.pyrzak%gmail.com" <> Date: Fri, 5 Sep 2008 03:03:39 +0000 Subject: [PATCH] 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(-) 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 %] -- 2.47.2