From: Matt S Trout Date: Fri, 15 Jun 2012 20:40:33 +0000 (+0000) Subject: stupid bugfix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FJSON-Tree-Viewer.git;a=commitdiff_plain;h=0c3fdf90e5599521df05146d788d593099d1fbab stupid bugfix --- diff --git a/br.pl b/br.pl index 054a5ec..88de96b 100644 --- a/br.pl +++ b/br.pl @@ -32,7 +32,7 @@ sub dispatch_request { }, sub (/) { sub (?@host=) { - [ 302, [ 'Location', '/'.join('+', @{$_[1]}) ], [] ]; + [ 302, [ 'Location', '/'.join('+', @{$_[1]}).'/' ], [] ]; }, sub () { $self->root_structure;