Add lang to html

This commit is contained in:
Eric Schultz 2018-06-06 10:29:07 -05:00
parent ed0e598876
commit c85524163b

View file

@ -1,7 +1,7 @@
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%> <%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<!doctype html> <!doctype html>
<html> <html lang="<%= I18n.locale %>">
<head> <head>