summaryrefslogtreecommitdiff
path: root/rt/share
diff options
context:
space:
mode:
authorivan <ivan>2010-05-25 11:11:55 +0000
committerivan <ivan>2010-05-25 11:11:55 +0000
commit707609b707f3aeca79d1bd0c025861b1cdc1fd4f (patch)
tree3bf17a81886ff61243abc0f5a0c338ce4e975793 /rt/share
parentbe91be03818d9f7322dc29282fbfa902d65bfec3 (diff)
fix rt/rt/ bad links, RT#7873
Diffstat (limited to 'rt/share')
-rw-r--r--rt/share/html/Elements/ColumnMap2
1 files changed, 1 insertions, 1 deletions
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;
} },
};