mirror of
https://tildegit.org/sbgodin/HtmGem.git
synced 2023-08-25 13:53:12 +02:00
Adds lang="" to raise no error on HTML validation
This commit is contained in:
parent
a4a647d8e8
commit
ba5e465e17
@ -381,7 +381,7 @@ class GemtextTranslate_html {
|
|||||||
$css = $this->cssList;
|
$css = $this->cssList;
|
||||||
$output = <<<EOL
|
$output = <<<EOL
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="">
|
||||||
<head>
|
<head>
|
||||||
<title>{$this->pageTitle}</title>
|
<title>{$this->pageTitle}</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user