Commit f8c9db058eec3a378b99367e15fb23c13e35f70d

Authored by Carlos Coêlho
Committed by David Silva
1 parent 46e68371
Exists in stable-4.x

Missing header tag

Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
(cherry picked from commit 7c61e27fe8cf62b386af1d53643f0439d231b799)
src/colab-spb-theme-plugin/colab_spb_theme/templates/header_sisp.html
... ... @@ -113,6 +113,7 @@
113 113 </div>
114 114 </div>
115 115 </div>
  116 +</header>
116 117  
117 118 {% block main_content %}
118 119 <a name="acontent" id="acontent"></a>
... ...
src/colab-spb-theme-plugin/colab_spb_theme/templates/header_spb.html
... ... @@ -161,6 +161,7 @@
161 161 </div>
162 162 </div>
163 163 </div>
  164 +</header>
164 165  
165 166 {% block main_content %}
166 167 <a name="acontent" id="acontent"></a>
... ...