Skip to content

Commit

Permalink
temp: xsslint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick committed Dec 10, 2024
1 parent 1dec139 commit 66ef384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%>

<%static:require_module_async module_name="js/certificates/factories/certificate_allowlist_factory" class_name="CertificateAllowlistFactory">
CertificateAllowlistFactory(${certificate_allowlist | n, dump_js_escaped_json}, '${generate_certificate_exceptions_url | n, js_escaped_string}', '${certificate_exception_view_url | n, js_escaped_string}', '${generate_bulk_certificate_exceptions_url | n, js_escaped_string}', ${bool(section_data['active_certificate']) | n, dump_js_escaped_json});
CertificateAllowlistFactory(${certificate_allowlist | n, dump_js_escaped_json}, '${generate_certificate_exceptions_url | n, js_escaped_string}', '${certificate_exception_view_url | n, js_escaped_string}', ${generate_bulk_certificate_exceptions_url | n, js_escaped_string}, ${bool(section_data['active_certificate']) | n, dump_js_escaped_json});
</%static:require_module_async>

<%static:require_module_async module_name="js/certificates/factories/certificate_invalidation_factory" class_name="CertificateInvalidationFactory">
Expand Down

0 comments on commit 66ef384

Please sign in to comment.