Set correct language in header.

pull/763/head
Fredrik Jönsson 2015-02-05 10:58:13 +01:00
parent bed754dde6
commit 323a860210
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<%@ tag import="com.google.gson.Gson" %> <%@ tag import="com.google.gson.Gson" %>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="${pageContext.response.locale}">
<head> <head>
<base href="${config.issuer}"> <base href="${config.issuer}">