]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchView.pm
hval: use more appropriate hvals for documentation
[public-inbox.git] / lib / PublicInbox / SearchView.pm
index b3ddcb54cac4d14793b90afebfafdff98e9a1b0f..8f61b4f4be7e72084d0b47600807c02ea997e65b 100644 (file)
@@ -288,7 +288,7 @@ sub qs_html {
                $self = $tmp;
        }
 
-       my $q = PublicInbox::Hval->new($self->{q})->as_href;
+       my $q = PublicInbox::Hval->new_oneline($self->{q})->as_href;
        $q =~ s/%20/+/g; # improve URL readability
        my $qs = "q=$q";