Set correct language in header.
parent
bed754dde6
commit
323a860210
|
@ -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}">
|
||||||
|
|
Loading…
Reference in New Issue