• I was validating the markup on my website and noticed the <link> tag outputted for the plugin is invalid.

    Specifically, there is an unnecessary </style> tag at the end of the scriputrizer.css declaration.

    Currently:
    <link rel="stylesheet" type="text/css" media="screen" href="scripturizer.css"/></style>

    Should be:
    <link rel=”stylesheet” type=”text/css” media=”screen” href=”scripturizer.css”/>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: The Holy Scripturizer] 1.8.2 outputs a non-validating header’ is closed to new replies.