aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-03-03 08:27:34 +0100
committercedricbonhomme <devnull@localhost>2012-03-03 08:27:34 +0100
commit1bd507166da882d6319d54a41c92dbd360b26a41 (patch)
tree01b6aff3f4944f6792b2519dca6a2aa37c5e5102 /pyAggr3g470r.py
parentNew statistics page. Lighter management page. (diff)
downloadnewspipe-1bd507166da882d6319d54a41c92dbd360b26a41.tar.gz
newspipe-1bd507166da882d6319d54a41c92dbd360b26a41.tar.bz2
newspipe-1bd507166da882d6319d54a41c92dbd360b26a41.zip
Minor bugfix in the statistics page.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index 01064228..28e3ca46 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -308,7 +308,7 @@ class Root:
html += "<h1>Statistics</h1>\n<br />\n"
# Tags cloud
html += 'Minimum size of a word:'
- html += '<form method=get action="/management/">'
+ html += '<form method=get action="/statistics/">'
html += """<input type="number" name="word_size" value="%s" min="2" max="15" step="1" size="2">""" % (word_size)
html += '<input type="submit" value="OK"></form>\n'
html += '<br /><h3>Tag cloud</h3>\n'
bgstack15