diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-04-11 17:02:01 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-04-11 17:15:08 +0100 |
commit | eef4484ef6c9810dc2c174942bac0c0df13e640b (patch) | |
tree | a48b09b24bb5a2628b10546fc16df48f12815a90 | |
parent | e044e2db17129090472badf5d158c417e272b561 (diff) |
HTML fix
-rw-r--r-- | templates/web/default/debug_footer.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/web/default/debug_footer.html b/templates/web/default/debug_footer.html index c19360132..ffb3abbab 100644 --- a/templates/web/default/debug_footer.html +++ b/templates/web/default/debug_footer.html @@ -1,5 +1,7 @@ [% IF c.config.STAGING_SITE %] -<hr clear="both"> + +<hr style="clear: both;"> + <ul> <li>cobrand.moniker: [% c.cobrand.moniker %]</li> <li>additional_template_paths: [% additional_template_paths.join(', ') || '--empty--' %]</li> @@ -7,7 +9,7 @@ <li>user.id: [% c.user.id || '--not logged in--' %]</li> </ul> -<style> +<style type="text/css"> #overrides_form { font-size: 80%; } |