From 28ff2075403e64f22f858a556fefaa11af68edbd Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Wed, 8 Jun 2011 09:08:30 +0200 Subject: Minor bugfix: wrong page redirection when changing the minimum size of a word for the generation of tag clouds in the feed/ page. --- pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index c30e8716..1e754af1 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -639,7 +639,7 @@ class Root: html += "

Tag cloud

\n
\n" # Tags cloud html += 'Minimum size of a word:' - html += '
' + html += '' html += """""" % (word_size,) html += '
\n' html += '
' + \ -- cgit