Add lang attribute to html tag

This commit is contained in:
HyunSeob 2016-02-25 12:01:05 +09:00
parent 34255f88c4
commit 6ae0ee2c92
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">
<%