aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/juick/http/www/Errors.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/juick/http/www/Errors.java')
-rw-r--r--src/main/java/com/juick/http/www/Errors.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/juick/http/www/Errors.java b/src/main/java/com/juick/http/www/Errors.java
index 2161daf1..0044c209 100644
--- a/src/main/java/com/juick/http/www/Errors.java
+++ b/src/main/java/com/juick/http/www/Errors.java
@@ -20,7 +20,7 @@ public class Errors {
com.juick.User visitor = Utils.getVisitorUser(sql, request, response);
if (tagsHTML == null) {
- tagsHTML = PageTemplates.getPopularTags(sql, 80);
+ tagsHTML = PageTemplates.formatPopularTags(sql, 80);
}
response.setStatus(404);