modified header doctype to avoid errors

This commit is contained in:
jorge 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(); ?>> <html <?php language_attributes(); ?>>
<head> <head>
<meta charset="<?php bloginfo( 'charset' ); ?>"> <meta charset="<?php bloginfo( 'charset' ); ?>">