aboutsummaryrefslogtreecommitdiff
path: root/source/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/templates/base.html')
-rw-r--r--source/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/templates/base.html b/source/templates/base.html
index ecc1bb0e..00578acb 100644
--- a/source/templates/base.html
+++ b/source/templates/base.html
@@ -17,7 +17,7 @@
<div class="right innerlogo">
<a href="/"><img src="/img/tuxrss.png" title="What's new today?"/></a>
</div>
- <a name="top"><a href="/"><h1>pyAggr3g470r</h1></a></a>
+ <a href="/"><h1 id="top">pyAggr3g470r</h1></a>
${self.body()}
<hr />
<p>This software is under GPLv3 license. You are welcome to copy, modify or
bgstack15