• You should modify function render_server_side_css().
    Because this function generate empty tag:

    <style type="text/css" media="all">

    This part of code:

    $style  = "\n" . '<style type="text/css" media="all">' . "\n";
    $style .= $this->cycle_through_blocks( $blocks );
    $style .= "\n" . '</style>' . "\n";

    should be displayed if is not empty.

    Otherwise code will be:

    <style type="text/css" media="all"></style>

    Screenshot https://imgur.com/AMOKYSX

    • This topic was modified 4 years, 7 months ago by betagoo.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Empty orphaned style tag’ is closed to new replies.