diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-01-23 17:22:40 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-01-23 17:22:40 +0100 |
commit | 6d835375c1ccb19efabb1768acfb0d361ef931b4 (patch) | |
tree | 447321488842032e5c1d930d40b896d2e476689f /extensions/BugModal | |
parent | 67f06149b92e4ff8a7cbc671f2a00c4c566efa04 (diff) | |
download | bugzilla-6d835375c1ccb19efabb1768acfb0d361ef931b4.tar.gz bugzilla-6d835375c1ccb19efabb1768acfb0d361ef931b4.tar.xz |
Bug 1428270 - Unwrappable content in summary can cause top buttons to bleed out of main content box
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 324b7863c..02f18b7ad 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -202,7 +202,7 @@ no_label = 1 hide_on_edit = 1 %] - <h1 id="field-value-short_desc">[% bug.short_desc FILTER quoteUrls(bug) %]</h1> + <h1 id="field-value-short_desc">[% bug.short_desc FILTER quoteUrls(bug) FILTER wbr %]</h1> [% END %] [%# alias %] |