summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/tag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/tag.php b/actions/tag.php
index 3bcb47958..e073a4837 100644
--- a/actions/tag.php
+++ b/actions/tag.php
@@ -20,7 +20,7 @@
if (!defined('LACONICA')) { exit(1); }
require_once(INSTALLDIR.'/actions/showstream.php');
-define('TAGS_PER_PAGE', 2);
+define('TAGS_PER_PAGE', 20);
class TagAction extends StreamAction {