modified header doctype to avoid errors

This commit is contained in:
jorge-vitrubio 2023-01-04 10:37:24 +01:00
parent d3478674ad
commit f11cfa6de2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
*/
?>
<!doctype html>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">