From 0b9919c55de33940a8bcb1c9fdb46e0f4002f520 Mon Sep 17 00:00:00 2001 From: Brian Lowe Date: Wed, 21 Apr 2021 19:53:41 +0300 Subject: [PATCH] Replace hardcoded en locale with current locale in lang and xml:lang attributes (#228) --- .../main/webapp/templates/freemarker/page/partials/doctype.html | 2 +- webapp/src/main/webapp/themes/vitro/templates/page-home.ftl | 2 +- webapp/src/main/webapp/themes/vitro/templates/page.ftl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/src/main/webapp/templates/freemarker/page/partials/doctype.html b/webapp/src/main/webapp/templates/freemarker/page/partials/doctype.html index 54a77eca4..6c12f1115 100644 --- a/webapp/src/main/webapp/templates/freemarker/page/partials/doctype.html +++ b/webapp/src/main/webapp/templates/freemarker/page/partials/doctype.html @@ -1,3 +1,3 @@ - + diff --git a/webapp/src/main/webapp/themes/vitro/templates/page-home.ftl b/webapp/src/main/webapp/themes/vitro/templates/page-home.ftl index 086218a15..7c7661763 100644 --- a/webapp/src/main/webapp/themes/vitro/templates/page-home.ftl +++ b/webapp/src/main/webapp/themes/vitro/templates/page-home.ftl @@ -4,7 +4,7 @@ <#import "lib-home-page.ftl" as lh> - + <#include "head.ftl"> diff --git a/webapp/src/main/webapp/themes/vitro/templates/page.ftl b/webapp/src/main/webapp/themes/vitro/templates/page.ftl index 223a7fc87..d96c41129 100644 --- a/webapp/src/main/webapp/themes/vitro/templates/page.ftl +++ b/webapp/src/main/webapp/themes/vitro/templates/page.ftl @@ -3,7 +3,7 @@ <#import "lib-list.ftl" as l> - + <#include "head.ftl">