gitweb: Do not use esc_html in esc_path
commit391862e34571c0e7e88a5f6e84211b7b8bf55440
authorJakub Narebski <jnareb@gmail.com>
Sat, 25 Nov 2006 08:43:59 +0000 (25 09:43 +0100)
committerJunio C Hamano <junkio@cox.net>
Sat, 25 Nov 2006 09:45:26 +0000 (25 01:45 -0800)
tree90442bc391a36b188886292f366fe4b765f4fe0f
parentf64d7fd267c501f501e18a888e3e1e0c5b56458f
gitweb: Do not use esc_html in esc_path

Do not use esc_html in esc_path subroutine to avoid double quoting;
expand esc_html body (except quoting) in esc_path.

Move esc_path before quot_cec and quot_upr. Add some comments.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl