Empty STYLE in header?
-
Hello,
I see an empty <style> in header since I actived Clearfy.
All my styles are enqueue in functions.phpIs there an option somewhere in the plugin that I missed to remove this empty <style>?
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <style type='text/css'></style> <title>My title...</title>Code in my header.php (there is no <style>):
<!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?> - <?php bloginfo('description'); ?></title> <?php wp_head(); ?> </head>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Empty STYLE in header?’ is closed to new replies.