about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-04-23 04:46:41 +0000
committerEric Wong <e@80x24.org>2018-04-23 05:05:25 +0000
commite68ad2c9d4de7fb8434f01a824564ac61aa48e80 (patch)
tree1fb7bbb9bbc386f8798dbce9bab34131b953fdd8 /lib
parente0d110f9f9a16d4847be98ae1fa9e2b397831cd4 (diff)
downloadpublic-inbox-e68ad2c9d4de7fb8434f01a824564ac61aa48e80.tar.gz
It's ugly and all of our other parameters are omitted
when values are not the default.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/SearchView.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/SearchView.pm b/lib/PublicInbox/SearchView.pm
index 5d500c1b..e47dcfd0 100644
--- a/lib/PublicInbox/SearchView.pm
+++ b/lib/PublicInbox/SearchView.pm
@@ -337,7 +337,7 @@ sub qs_html {
                 $qs .= "&amp;o=$o";
         }
         if (my $l = $self->{l}) {
-                $qs .= "&amp;l=$l";
+                $qs .= "&amp;l=$l" unless $l == $LIM;
         }
         if (my $r = $self->{r}) {
                 $qs .= "&amp;r";