Skip to content

Commit

Permalink
Remove xhtml reference, add lang attribute to html element.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Sep 27, 2020
1 parent 477ac67 commit d8f8bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externals/header.phtml
Expand Up @@ -24,7 +24,7 @@
$get_parms = $_GET;
?>

<html xmlns="http://www.w3.org/1999/xhtml">
<html lang="en"
<head>
<?php
if (!isset($can_utf)) { $can_utf = true; }
Expand Down

0 comments on commit d8f8bf6

Please sign in to comment.