diff options
author | David Mehren | 2020-07-10 12:01:33 +0200 |
---|---|---|
committer | GitHub | 2020-07-10 12:01:33 +0200 |
commit | 88b292fbe00216cb0bd2b92d919898f703b7e307 (patch) | |
tree | 2a2bdf903de2c1eec30ff5d61d0d677a3efdcb38 /public/views | |
parent | 5b8d948c8cb30071aada0e4ba7d12ab1acfa3776 (diff) | |
parent | e4214f32a043acf186b91126a7f9e5f5ab1e4b14 (diff) |
Merge pull request #437 from codimd/enhancement/lang-attr-published
Diffstat (limited to 'public/views')
-rw-r--r-- | public/views/pretty.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index 2cf96a7b..51900a4a 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="<%= lang || "en" %>"> <head> <meta charset="utf-8"> |