From 707609b707f3aeca79d1bd0c025861b1cdc1fd4f Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 25 May 2010 11:11:55 +0000 Subject: [PATCH] fix rt/rt/ bad links, RT#7873 --- rt/share/html/Elements/ColumnMap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt/share/html/Elements/ColumnMap b/rt/share/html/Elements/ColumnMap index 7f5a16dcb..6a1c23779 100644 --- a/rt/share/html/Elements/ColumnMap +++ b/rt/share/html/Elements/ColumnMap @@ -160,7 +160,7 @@ my $COLUMN_MAP = { #WebRequestPathDir => { value => sub { substr( $m->request_comp->dir_path, 1 ) } }, WebRequestPathDir => { value => sub { my $wrpd = substr( $m->request_comp->dir_path, 1 ); - $wrpd =~ s(rt/)(); #this is hacky, dunno why this happens + $wrpd =~ s(^rt/)(); #hacky, dunno why this happens $wrpd; } }, }; -- 2.11.0