Browse Source

Syntax!

pull/24/head
Ben Kurtovic 12 years ago
parent
commit
21d8666589
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      pages/support/header.mako

+ 3
- 3
pages/support/header.mako View File

@@ -33,10 +33,10 @@
<body onload="set_background_list()">
% elif cookies["EarwigBackground"].value in ["plain-brown", "plain-blue"]:
<body style="background-image: url('${root}/static/images/background-${cookies['EarwigBackground'].value[6:]}.png');">
% else
% else:
<body onload="set_background_potd()">
% endif
% else
% else:
<body onload="set_background_potd()">
% endif
<div id="header">
@@ -53,4 +53,4 @@
% endfor
</p>
</div>
<div id="container">
<div id="container">

Loading…
Cancel
Save