aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/export.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2019-03-02 10:54:30 +0100
committerGitHub <noreply@github.com>2019-03-02 10:54:30 +0100
commit90e048594a2981ac510d024a4f0ae2d5f188a176 (patch)
tree6a785107e741a70d88f0786103e53d0825e788c5 /tpl/default/export.html
parentcc69aad4a903dc603f47cfa87aeb1865b03c8950 (diff)
parentcb974e47476284d967483f7478e3dcb5a2d974d4 (diff)
downloadShaarli-90e048594a2981ac510d024a4f0ae2d5f188a176.tar.gz
Shaarli-90e048594a2981ac510d024a4f0ae2d5f188a176.tar.zst
Shaarli-90e048594a2981ac510d024a4f0ae2d5f188a176.zip
Merge pull request #1272 from ArthurHoaro/feature/html-lang
Accessibility: specify the HTML lang attribute
Diffstat (limited to 'tpl/default/export.html')
-rw-r--r--tpl/default/export.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/export.html b/tpl/default/export.html
index af1d6e33..99c01b11 100644
--- a/tpl/default/export.html
+++ b/tpl/default/export.html
@@ -1,5 +1,5 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html> 2<html{if="$language !== 'auto'"} lang="{$language}"{/if}>
3<head> 3<head>
4 {include="includes"} 4 {include="includes"}
5</head> 5</head>