[Rt-commit] r16657 - in rt/3.8/trunk: .
elacour at bestpractical.com
elacour at bestpractical.com
Tue Nov 4 08:22:26 EST 2008
Author: elacour
Date: Tue Nov 4 08:22:26 2008
New Revision: 16657
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Elements/ShowSearch
Log:
r10989 at datura: manu | 2008-11-04 14:22:16 +0100
Missed "/" that makes header links on RT at a glance unclickable when WebPath
is non-empty.
Modified: rt/3.8/trunk/share/html/Elements/ShowSearch
==============================================================================
--- rt/3.8/trunk/share/html/Elements/ShowSearch (original)
+++ rt/3.8/trunk/share/html/Elements/ShowSearch Tue Nov 4 08:22:26 2008
@@ -59,7 +59,7 @@
my $SearchArg;
my $customize;
my $query_display_component = '/Elements/CollectionList';
-my $query_link_url = RT->Config->Get('WebPath').'Search/Results.html';
+my $query_link_url = RT->Config->Get('WebPath').'/Search/Results.html';
if ($SavedSearch) {
my ( $container_object, $search_id ) = _parse_saved_search($SavedSearch);
More information about the Rt-commit
mailing list