From c43647bcb2a5b3c990756f9b3646beac8588155d Mon Sep 17 00:00:00 2001 From: Andrei O Date: Wed, 17 Feb 2021 01:24:21 +0200 Subject: [PATCH] removed type='text/javascript' to pass HTML5 type='text/javascript' will trigger warnings for HTML5 validation, type it's deprecated and should be removed. --- syntaxhighlighter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntaxhighlighter.php b/syntaxhighlighter.php index 61c8f18..1803448 100644 --- a/syntaxhighlighter.php +++ b/syntaxhighlighter.php @@ -937,7 +937,7 @@ function maybe_output_scripts() { wp_print_scripts( $scripts ); // Stylesheets can't be in the footer, so inject them via Javascript - echo "