From 12afebe08625f7747ca1d8bda1a0411387754a49 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 28 Nov 2012 19:19:06 +0100 Subject: Removed empty lines. --- source/templates/base.html | 4 +--- source/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'source') 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 @@

pyAggr3g470r

- ${self.body()} -

This software is under GPLv3 license. You are welcome to copy, modify or redistribute the source code according to the GPLv3 license.
Source code of pyAggr3g470r.

- + \ 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 -- cgit