mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +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
|
||||
\rules only filteredtranscludeinline transcludeinline
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="generator" content="TiddlyWiki" />
|
||||
|
@ -2,6 +2,7 @@ title: $:/core/templates/static.tiddler.html
|
||||
|
||||
\define tw-wikilink-template() $uri_doubleencoded$.html
|
||||
`<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="generator" content="TiddlyWiki" />
|
||||
|
@ -2,6 +2,7 @@ title: $:/core/templates/tiddlywiki5.template.html
|
||||
|
||||
\rules only filteredtranscludeinline transcludeinline
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="application-name" content="TiddlyWiki" />
|
||||
|
Loading…
Reference in New Issue
Block a user