From 4a11902708296cb762ced641066475b84f0b01c1 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 10 Aug 2007 10:22:32 +0200 Subject: correctly URL encode idx parameter in index view darcs-hash:20070810082232-7ad00-e6abe2b952b7575454f8a2fcc5c257ec07b09e78.gz --- inc/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/html.php b/inc/html.php index 35cb09d3a..55cf89b79 100644 --- a/inc/html.php +++ b/inc/html.php @@ -644,7 +644,7 @@ function html_list_index($item){ $base = ':'.$item['id']; $base = substr($base,strrpos($base,':')+1); if($item['type']=='d'){ - $ret .= ''; + $ret .= ''; $ret .= $base; $ret .= ''; }else{ -- cgit v1.2.3