mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-07 00:54:07 +00:00
Restore missing opening <html>
tag
Astonishingly, the templates have accidentally omitted the opening tag for some time. There were no ill effects, because browsers obligingly add it back in when parsing
This commit is contained in:
parent
84a147f263
commit
ff0b93886b
@ -4,6 +4,7 @@ type: text/vnd.tiddlywiki-html
|
|||||||
\define tw-wikilink-template() static/$uri_doubleencoded$.html
|
\define tw-wikilink-template() static/$uri_doubleencoded$.html
|
||||||
\rules only filteredtranscludeinline transcludeinline
|
\rules only filteredtranscludeinline transcludeinline
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="generator" content="TiddlyWiki" />
|
<meta name="generator" content="TiddlyWiki" />
|
||||||
|
@ -2,6 +2,7 @@ title: $:/core/templates/static.tiddler.html
|
|||||||
|
|
||||||
\define tw-wikilink-template() $uri_doubleencoded$.html
|
\define tw-wikilink-template() $uri_doubleencoded$.html
|
||||||
`<!doctype html>
|
`<!doctype html>
|
||||||
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="generator" content="TiddlyWiki" />
|
<meta name="generator" content="TiddlyWiki" />
|
||||||
|
@ -2,6 +2,7 @@ title: $:/core/templates/tiddlywiki5.template.html
|
|||||||
|
|
||||||
\rules only filteredtranscludeinline transcludeinline
|
\rules only filteredtranscludeinline transcludeinline
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="application-name" content="TiddlyWiki" />
|
<meta name="application-name" content="TiddlyWiki" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user