diff options
author | neodarz <neodarz@neodarz.net> | 2019-08-28 12:21:29 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-08-28 12:21:29 +0200 |
commit | e1e025823c6e868e59cde9ecc8fa495ee45de7bc (patch) | |
tree | ae3450c92daec3b99059a569510a24d6ab6753a6 /export.html | |
parent | 03588331342e2a401ae4a8617f6225325d099fa7 (diff) | |
download | shaarli_ascii-e1e025823c6e868e59cde9ecc8fa495ee45de7bc.tar.xz shaarli_ascii-e1e025823c6e868e59cde9ecc8fa495ee45de7bc.zip |
Diffstat (limited to 'export.html')
-rw-r--r-- | export.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/export.html b/export.html index af1d6e3..99c01b1 100644 --- a/export.html +++ b/export.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html{if="$language !== 'auto'"} lang="{$language}"{/if}> <head> {include="includes"} </head> |