mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +00:00
Add language attribute to HTML tag
This commit is contained in:
parent
1bf8821bd8
commit
05a3e1ad36
@ -2,7 +2,7 @@ title: $:/core/templates/tiddlywiki5-external-js.html
|
|||||||
|
|
||||||
\rules only filteredtranscludeinline transcludeinline
|
\rules only filteredtranscludeinline transcludeinline
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
{{$:/core/templates/MOTW.html}}<html>
|
{{$:/core/templates/MOTW.html}}<html lang="`<$text text={{{ [{$:/language}get[name]] }}}/>`">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<!--~~ Raw markup for the top of the head section ~~-->
|
<!--~~ Raw markup for the top of the head section ~~-->
|
||||||
|
@ -2,7 +2,7 @@ title: $:/core/templates/tiddlywiki5.html
|
|||||||
|
|
||||||
<$set name="saveTiddlerAndShadowsFilter" filter="[subfilter<saveTiddlerFilter>] [subfilter<saveTiddlerFilter>plugintiddlers[]]">
|
<$set name="saveTiddlerAndShadowsFilter" filter="[subfilter<saveTiddlerFilter>] [subfilter<saveTiddlerFilter>plugintiddlers[]]">
|
||||||
`<!doctype html>
|
`<!doctype html>
|
||||||
`{{$:/core/templates/MOTW.html}}`<html>
|
`{{$:/core/templates/MOTW.html}}`<html lang="`<$text text={{{ [{$:/language}get[name]] }}}/>`">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<!--~~ Raw markup for the top of the head section ~~-->
|
<!--~~ Raw markup for the top of the head section ~~-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user