Merge pull request #103 from HyunSeob/master

Add lang attribute to html tag
pull/113/head
Ruipeng Zhang 2016-02-25 19:18:37 +08:00
commit 9a431fb90a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="<%=config.language.substring(0, 2) %>">
<head>
<meta charset="utf-8">
<%