File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ Make sure your theme's `footer.php` file has `<?php wp_footer(); ?>` somewhere i
5555
5656== ChangeLog ==
5757
58+ = Version 3.1.7 =
59+
60+ * XHTML validation fix by adding `type` attribute to `<style>` tag. Props [NoMad1337](http://www.tacticalcode.de/).
61+
5862= Version 3.1.6 =
5963
6064* Kill off v2 copy-to-clipboard SWF file due to XSS security issue with the file. If you want to be able to copy/paste, use the better v3.
Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ function js_escape_singlequotes( $string ) {
561561 // Output an anchor in the header for the Javascript to use.
562562 // In the <head>, we don't know if we'll need this plugin's CSS and JavaScript yet but we will in the footer.
563563 function output_header_placeholder () {
564- echo '<style id="syntaxhighlighteranchor"></style> ' . "\n" ;
564+ echo '<style type="text/css" id="syntaxhighlighteranchor"></style> ' . "\n" ;
565565 }
566566
567567
You can’t perform that action at this time.
0 commit comments