diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-12-12 10:26:29 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-12-12 10:26:29 -0800 |
| commit | 84f2df8931fa02e63fb21f8f0bb87dd9577b8919 (patch) | |
| tree | 8cbe43418fe23f3fc28cc8f3e19a61666a1696ed /rt/share/html/Elements/Tabs | |
| parent | d7678b9b97068dcd352f0ea101c6c8d02ae330d6 (diff) | |
rt 4.0.8
Diffstat (limited to 'rt/share/html/Elements/Tabs')
| -rwxr-xr-x | rt/share/html/Elements/Tabs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/share/html/Elements/Tabs b/rt/share/html/Elements/Tabs index 3aac9d803..d899071fa 100755 --- a/rt/share/html/Elements/Tabs +++ b/rt/share/html/Elements/Tabs @@ -51,6 +51,7 @@ #my $request_path = $HTML::Mason::Commands::r->path_info; my $request_path = $m->request_comp->path; +$request_path =~ s!/{2,}!/!g; my $query_string = sub { my %args = @_; |
