meta charset is missing a closing slash in header.php
-
The first meta line in the header needs a space closing slash after the quote mark:
<meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width" />
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘meta charset is missing a closing slash in header.php’ is closed to new replies.