Commit 169bd9ef1a88929f2ce309b48e2d3c89893d913a

Authored by Weblate
2 parents 9b760167 16576e0e

Merge remote-tracking branch 'origin/master'

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/application-ng.html.erb
@@ -75,7 +75,7 @@ @@ -75,7 +75,7 @@
75 </div><!-- end id="content" --> 75 </div><!-- end id="content" -->
76 </div><!-- end id="wrap-2" --> 76 </div><!-- end id="wrap-2" -->
77 </div><!-- end id="wrap-1" --> 77 </div><!-- end id="wrap-1" -->
78 - <%= render_environment_features(:logged_in) if logged_in? %> 78 + <%= render_environment_features(:logged_in).html_safe if logged_in? %>
79 <div id="footer"> 79 <div id="footer">
80 <div id="theme-footer"> 80 <div id="theme-footer">
81 <%= theme_footer %> 81 <%= theme_footer %>