Make WordPress Core

Ticket #42802: 42802-remove-rul.patch

File 42802-remove-rul.patch, 513 bytes (added by sasiddiqui, 7 years ago)

Making "attr-value-double-quotes" to false

  • general-template.php

     
    32503250                'htmlhint'   => array(
    32513251                        'tagname-lowercase'        => true,
    32523252                        'attr-lowercase'           => true,
    3253                         'attr-value-double-quotes' => true,
     3253                        'attr-value-double-quotes' => false,
    32543254                        'doctype-first'            => false,
    32553255                        'tag-pair'                 => true,
    32563256                        'spec-char-escape'         => true,