diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-06 07:10:24 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-06 07:10:24 +0100 |
commit | 551c57054573c926ffe3b21ede0346e040b10d25 (patch) | |
tree | a24723acf233ade4db8e091973e631d40bdefd53 /source/export.py | |
parent | Updated revision date. (diff) | |
download | newspipe-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/export.py')
-rw-r--r-- | source/export.py | 3 |
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): """ |