From abc9dc0e34ade16a54fe3613056a6537dc415f02 Mon Sep 17 00:00:00 2001
From: boyska <piuttosto@logorroici.org>
Date: Thu, 25 Jun 2015 13:38:23 +0200
Subject: [PATCH] specify language in the content

semantically more correct, since the menu is not really/always
translated
---
 themes/bs3/templates/page.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bs3/templates/page.html b/themes/bs3/templates/page.html
index 950a640..dbc24ad 100644
--- a/themes/bs3/templates/page.html
+++ b/themes/bs3/templates/page.html
@@ -28,7 +28,7 @@
 {% endblock %}
 
 {% block content %}
-    <section id="content" class="body">
+<section id="content" class="body" lang="{{page.lang}}">
         <h1 class="entry-title">{{ page.title }}</h1>
         {% import 'includes/translations.html' as translations with context %}
         {{ translations.translations_for(page) }}
-- 
GitLab