From 60017af86a45cf27260f1e571a17a7892e37a268 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 21 Nov 2017 21:23:31 -0500 Subject: Bug 1419541 - Fix improper quoting on socorro lens URL --- .../hook/bug_modal/edit-custom_field-cf_crash_signature.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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 %] - + [% END %] [% ELSIF value %] [% value FILTER html FILTER html_line_break %] -- cgit v1.2.3-24-g4f1b