diff options
author | cedricbonhomme <devnull@localhost> | 2012-03-03 08:27:34 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-03-03 08:27:34 +0100 |
commit | 1bd507166da882d6319d54a41c92dbd360b26a41 (patch) | |
tree | 01b6aff3f4944f6792b2519dca6a2aa37c5e5102 | |
parent | New statistics page. Lighter management page. (diff) | |
download | newspipe-1bd507166da882d6319d54a41c92dbd360b26a41.tar.gz newspipe-1bd507166da882d6319d54a41c92dbd360b26a41.tar.bz2 newspipe-1bd507166da882d6319d54a41c92dbd360b26a41.zip |
Minor bugfix in the statistics page.
-rwxr-xr-x | pyAggr3g470r.py | 2 |
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' |