aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/footer.html')
-rw-r--r--templates/web/default/footer.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/web/default/footer.html b/templates/web/default/footer.html
index f5175af8c..6d6c82f0c 100644
--- a/templates/web/default/footer.html
+++ b/templates/web/default/footer.html
@@ -22,13 +22,13 @@
[% INCLUDE 'tracking_code.html' %]
[% IF c.config.STAGING_SITE %]
-<hr>
-
+<hr clear="both">
<ul>
- <li>Cobrand: [% c.cobrand.moniker %]</li>
- <li>extra template path: [% additional_template_paths.join(',') %]</li>
+ <li>cobrand.moniker: [% c.cobrand.moniker %]</li>
+ <li>additional_template_paths: [% additional_template_paths.join(', ') || '--empty--' %]</li>
+ <li>lang_code: [% lang_code %]</li>
</ul>
-
[% END %]
+
</body>
</html>