Merge pull request #437 from codimd/enhancement/lang-attr-published

This commit is contained in:
David Mehren 2020-07-10 12:01:33 +02:00 committed by GitHub
commit 88b292fbe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="<%= lang || "en" %>">
<head>
<meta charset="utf-8">