Remove a dubious full stop.

This commit is contained in:
Simon MacMullen 2013-03-07 10:48:16 +00:00
parent 1e82ca403b
commit 66452785f5
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ function filter_ui(items) {
if (items.length > maximum) {
res += '<p class="filter-warning">' + selected +
' (only showing first ' + maximum + ').</p>';
' (only showing first ' + maximum + ')</p>';
items.length = maximum;
}
else {