aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-11-28 19:19:06 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-11-28 19:19:06 +0100
commit12afebe08625f7747ca1d8bda1a0411387754a49 (patch)
tree93f9baa165489759acaa0eee35fdd49df8b67e1c /source
parentMenu position is fixed. (diff)
downloadnewspipe-12afebe08625f7747ca1d8bda1a0411387754a49.tar.gz
newspipe-12afebe08625f7747ca1d8bda1a0411387754a49.tar.bz2
newspipe-12afebe08625f7747ca1d8bda1a0411387754a49.zip
Removed empty lines.
Diffstat (limited to 'source')
-rw-r--r--source/templates/base.html4
-rw-r--r--source/templates/index.html2
2 files changed, 2 insertions, 4 deletions
diff --git a/source/templates/base.html b/source/templates/base.html
index 3eff5bfe..c6b33a82 100644
--- a/source/templates/base.html
+++ b/source/templates/base.html
@@ -18,13 +18,11 @@
<a href="/"><img src="/img/tuxrss.png" title="What's new today?"/></a>
</div>
<a name="top"><a href="/"><h1>pyAggr3g470r</h1></a></a>
-
${self.body()}
-
<hr />
<p>This software is under GPLv3 license. You are welcome to copy, modify or
redistribute the source code according to the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.<br />
<a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">Source code</a> of pyAggr3g470r.</p>
</div>
</body>
-</html>
+</html> \ No newline at end of file
diff --git a/source/templates/index.html b/source/templates/index.html
index 837b591d..43387a3e 100644
--- a/source/templates/index.html
+++ b/source/templates/index.html
@@ -1,4 +1,4 @@
-## articles.html
+## index.html
<%inherit file="base.html"/>
<%
import utils
bgstack15