[dw-free] convert directory frontend to TT
[commit: http://hg.dwscoalition.org/dw-free/rev/2b4744e52476]
http://bugs.dwscoalition.org/show_bug.cgi?id=3961
Cosmetic tweak that prevents a meaningless parameter from being printed in
the directory search URL
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3961
Cosmetic tweak that prevents a meaningless parameter from being printed in
the directory search URL
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/Widget/Location.pm
-------------------------------------------------------------------------------- diff -r a424756dc0f7 -r 2b4744e52476 cgi-bin/LJ/Widget/Location.pm --- a/cgi-bin/LJ/Widget/Location.pm Mon Oct 03 15:21:38 2011 +0800 +++ b/cgi-bin/LJ/Widget/Location.pm Mon Oct 03 15:22:33 2011 +0800 @@ -37,7 +37,7 @@ @_ ); - my $minimal_display = $opts{minimal_display} ? 1 : 0; + my $minimal_display = $opts{minimal_display} ? 1 : ''; # use "authas"-aware code my $u = $class->get_effective_remote; --------------------------------------------------------------------------------