aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-10-25 11:57:52 +0200
committercedricbonhomme <devnull@localhost>2011-10-25 11:57:52 +0200
commit4866a0445c374d0443cc7d9102c801489caab51e (patch)
tree24a7cf2596edb6df48c345d813407d66bf7a5bd8 /pyAggr3g470r.py
parentAdded comments. (diff)
downloadnewspipe-4866a0445c374d0443cc7d9102c801489caab51e.tar.gz
newspipe-4866a0445c374d0443cc7d9102c801489caab51e.tar.bz2
newspipe-4866a0445c374d0443cc7d9102c801489caab51e.zip
Simple HTML export has been replaced by Webzine HTML export.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index 0a8ba4a1..d2d6ede7 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -280,8 +280,7 @@ class Root:
# Export functions
html += "<h1>Export articles</h1>\n\n"
html += """<form method=get action="/export/"><select name="export_method">\n"""
- html += """\t<option value="export_webzine" selected='selected'>Simple Webzine</option>\n"""
- html += """\t<option value="export_html">HTML</option>\n"""
+ html += """\t<option value="export_html" selected='selected'>HTML (simple Webzine)</option>\n"""
html += """\t<option value="export_epub">ePub</option>\n"""
html += """\t<option value="export_pdf">PDF</option>\n"""
html += """\t<option value="export_txt">Text</option>\n"""
bgstack15