summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-11-22 03:23:31 +0100
committerDylan William Hardison <dylan@hardison.net>2017-11-22 03:23:31 +0100
commit60017af86a45cf27260f1e571a17a7892e37a268 (patch)
treedad4d3d7eeab5561d57e4d2c16ba4c426cdbc0d1 /extensions/BMO/template
parent3eebf7d6ab95c39bdda291609440bf52179ef269 (diff)
downloadbugzilla-60017af86a45cf27260f1e571a17a7892e37a268.tar.gz
bugzilla-60017af86a45cf27260f1e571a17a7892e37a268.tar.xz
Bug 1419541 - Fix improper quoting on socorro lens URL
Diffstat (limited to 'extensions/BMO/template')
-rw-r--r--extensions/BMO/template/en/default/hook/bug_modal/edit-custom_field-cf_crash_signature.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/hook/bug_modal/edit-custom_field-cf_crash_signature.html.tmpl b/extensions/BMO/template/en/default/hook/bug_modal/edit-custom_field-cf_crash_signature.html.tmpl
index 4a5d742f5..4726b69ab 100644
--- a/extensions/BMO/template/en/default/hook/bug_modal/edit-custom_field-cf_crash_signature.html.tmpl
+++ b/extensions/BMO/template/en/default/hook/bug_modal/edit-custom_field-cf_crash_signature.html.tmpl
@@ -29,7 +29,7 @@
[%# socorro_lens_url() is defined in Bugzilla/Template.pm %]
[% SET lens_url = socorro_lens_url(split_cf_crash_signature) %]
[% IF lens_url %]
- <iframe src='[% lens_url FILTER html %]' style='border:0; width:300px; height:200px; max-width:600px; max-height:300px; float:left;' id='chart' scrolling='no'></iframe>
+ <iframe src="[% lens_url FILTER html %]" style="border:0; width:300px; height:200px; max-width:600px; max-height:300px; float:left;" id="chart" scrolling="no"></iframe>
[% END %]
[% ELSIF value %]
<span class="multiline-value">[% value FILTER html FILTER html_line_break %]</span>