]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1419541 - Fix improper quoting on socorro lens URL
authorDylan William Hardison <dylan@hardison.net>
Wed, 22 Nov 2017 02:23:31 +0000 (21:23 -0500)
committerDylan William Hardison <dylan@hardison.net>
Wed, 22 Nov 2017 02:23:31 +0000 (21:23 -0500)
extensions/BMO/template/en/default/hook/bug_modal/edit-custom_field-cf_crash_signature.html.tmpl

index 4a5d742f59bed6745c7643df0e0728bb96e6e928..4726b69ab8ce069d83ace443c7c5c6adf56f8307 100644 (file)
@@ -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>