Explorar el Código

Add lang attribute to html tag

HyunSeob hace 9 años
padre
commit
6ae0ee2c92
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      layout/common/head.ejs

+ 1 - 1
layout/common/head.ejs

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