aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/picwall.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2019-02-09 14:29:35 +0100
committerArthurHoaro <arthur@hoa.ro>2019-02-09 14:29:35 +0100
commitcb974e47476284d967483f7478e3dcb5a2d974d4 (patch)
treec121e4e10f3ed3ad82b9206f5dbfa5f7a9778f04 /tpl/default/picwall.html
parent905f8675a728841b03b300d2c7dc909a1c4f7f03 (diff)
downloadShaarli-cb974e47476284d967483f7478e3dcb5a2d974d4.tar.gz
Shaarli-cb974e47476284d967483f7478e3dcb5a2d974d4.tar.zst
Shaarli-cb974e47476284d967483f7478e3dcb5a2d974d4.zip
Accessibility: specify the HTML lang attribute
The lang is based on the user defined one. If the language is automatic, no language will be specified. Fixes #1216
Diffstat (limited to 'tpl/default/picwall.html')
-rw-r--r--tpl/default/picwall.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html
index 4c325487..5a959244 100644
--- a/tpl/default/picwall.html
+++ b/tpl/default/picwall.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>