Ver a proveniência

Syntax!

pull/24/head
Ben Kurtovic há 12 anos
ascendente
cometimento
21d8666589
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      pages/support/header.mako

+ 3
- 3
pages/support/header.mako Ver ficheiro

@@ -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">

Carregando…
Cancelar
Guardar