summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-07-12 00:59:01 -0400
committerbnewbold <bnewbold@manus.(none)>2007-07-12 00:59:01 -0400
commit39d2613b75160a47a93df560d51b30854249ce9d (patch)
tree49af0dc237016f068b764a5623e2d31836c2bc6e /templates/base.html
parente152d2f2d1e257b1ec51adb3640e350207fda77d (diff)
downloadequator-39d2613b75160a47a93df560d51b30854249ce9d.tar.gz
equator-39d2613b75160a47a93df560d51b30854249ce9d.zip
almost working again
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index c2e023b..82579c5 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -9,7 +9,7 @@
</head><body>
<div class="main">
<div style="width: 100%; text-align: center;">
-<h1>{% block title %}The Equator% endblock %}</h1>
+<h1>{% block title %}The Equator{% endblock %}</h1>
</div>
{% block content %}
no content?