From 1bd507166da882d6319d54a41c92dbd360b26a41 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Sat, 3 Mar 2012 08:27:34 +0100 Subject: Minor bugfix in the statistics page. --- pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyAggr3g470r.py') 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 += "

Statistics

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

Tag cloud

\n' -- cgit