aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-03-06 07:10:24 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-03-06 07:10:24 +0100
commit551c57054573c926ffe3b21ede0346e040b10d25 (patch)
treea24723acf233ade4db8e091973e631d40bdefd53 /source
parentUpdated revision date. (diff)
downloadnewspipe-551c57054573c926ffe3b21ede0346e040b10d25.tar.gz
newspipe-551c57054573c926ffe3b21ede0346e040b10d25.tar.bz2
newspipe-551c57054573c926ffe3b21ede0346e040b10d25.zip
Minor fix: removed </style> tag at the end of the CSS.
Diffstat (limited to 'source')
-rw-r--r--source/export.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/export.py b/source/export.py
index dfc3e746..968f4959 100644
--- a/source/export.py
+++ b/source/export.py
@@ -141,8 +141,7 @@ img {
.content {
margin:1.00em 1.00em;
-}
-</style>"""
+}"""
def export_html(mongo_db):
"""
bgstack15