Skip to content

Commit 92d5edd

Browse files
committed
temp: xsslint violation
1 parent 222602d commit 92d5edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lms/templates/instructor/instructor_dashboard_2/certificates.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%>
88

99
<%static:require_module_async module_name="js/certificates/factories/certificate_allowlist_factory" class_name="CertificateAllowlistFactory">
10-
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});
10+
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});
1111
</%static:require_module_async>
1212

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

0 commit comments

Comments
 (0)