diff options
Diffstat (limited to 'source/templates/statistics.html')
-rw-r--r-- | source/templates/statistics.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/templates/statistics.html b/source/templates/statistics.html index e78aa054..5dfcbfa8 100644 --- a/source/templates/statistics.html +++ b/source/templates/statistics.html @@ -6,7 +6,7 @@ <h3>Tag cloud</h3> <form method=get action="/statistics/"> Minimum size of a word: - <input type="number" name="word_size" value="${word_size}" min="2" max="15" step="1" size="2"> + <input type="number" name="word_size" value="${word_size}" min="2" max="15" step="1" size="2" /> </form> <div style="width: 35%; overflow:hidden; text-align: justify"> ${tag_cloud} |