aboutsummaryrefslogtreecommitdiff
path: root/source/static/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/static/templates/base.html')
-rw-r--r--source/static/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/static/templates/base.html b/source/static/templates/base.html
index 29e81450..03c40f90 100644
--- a/source/static/templates/base.html
+++ b/source/static/templates/base.html
@@ -15,7 +15,7 @@
</head>
<body>
<div class="right innerlogo">
- <a href="/"><img src="/static/img/tuxrss.png" title="What's new today?"/></a>
+ <a href="/"><img src="/static/img/tuxrss.png" title="What's new today?" /></a>
</div>
<a href="/"><h1 id="top">pyAggr3g470r</h1></a>
${self.body()}
@@ -25,4 +25,4 @@
<a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">Source code</a> of pyAggr3g470r.</p>
</div>
</body>
-</html> \ No newline at end of file
+</html>
bgstack15