diff options
Diffstat (limited to 'source/templates/plain_text.html')
-rw-r--r-- | source/templates/plain_text.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/source/templates/plain_text.html b/source/templates/plain_text.html index 3076e5bb..44b7da91 100644 --- a/source/templates/plain_text.html +++ b/source/templates/plain_text.html @@ -2,9 +2,4 @@ <%inherit file="base.html"/> <div class="left inner"> <h1><i>${article_title}</i> from <a href="/articles/%s">${feed_title}</a></h1><br /> - ${description} - <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.</p> -</div>
\ No newline at end of file + ${description}
\ No newline at end of file |