Skip to content
Snippets Groups Projects
Unverified Commit 31247d9a authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

set correct html language (#21776)

parent 1e5aa9c6
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<html lang="{{{language}}}" translate="no">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
......
......@@ -77,6 +77,7 @@
:googleAnalyticsJS (load-inline-js "index_ganalytics")
:bootstrapJSON (escape-script (json/generate-string public-settings))
:localizationJSON (escape-script (load-localization))
:language (hiccup.util/escape-html (public-settings/site-locale))
:favicon (hiccup.util/escape-html (public-settings/application-favicon-url))
:applicationName (hiccup.util/escape-html (public-settings/application-name))
:uri (hiccup.util/escape-html uri)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment