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
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">