Commit e92979fa authored by guy.pyrzak%gmail.com's avatar guy.pyrzak%gmail.com

Bug 452906 - Long URLs smash the right column width

Patch By Guy Pyrzak <guy.pyrzak@gmail.com>, r=mkanat, a=mkanat
parent fb64880c
......@@ -586,8 +586,9 @@
<span id="bz_url_edit_container" class="bz_default_hidden">
[% IF bug.bug_file_loc
AND NOT bug.bug_file_loc.match("^(javascript|data)") %]
<a href="[% bug.bug_file_loc FILTER html %]" target="_blank">
[% bug.bug_file_loc FILTER html%]</a>
<a href="[% bug.bug_file_loc FILTER html %]" target="_blank"
title="[% bug.bug_file_loc FILTER html %]">
[% bug.bug_file_loc FILTER truncate(40) FILTER html %]</a>
[% ELSE %]
[% bug.bug_file_loc FILTER html %]
[% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment