gitweb: Drop the href() params which keys are not in %mapping
commit1149fecfc270a2effc344897989f40afe449a72c
authorJakub Narebski <jnareb@gmail.com>
Tue, 22 Aug 2006 17:05:24 +0000 (22 19:05 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 22 Aug 2006 23:12:26 +0000 (22 16:12 -0700)
tree54f04463890dbaf3dbf776d0d3bde2353c74fa05
parent59b9f61a3f76762dc975e99cc05335a3b97ad1f9
gitweb: Drop the href() params which keys are not in %mapping

If someone would enter parameter name incorrectly, and some key of
%params is not found in %mapping hash, the parameter is now
ignored. Change introduced by Martin Waitz in commit
  756d2f064b2419fcdf9cd9c851f352e2a4f75103
tried to do that, but it left empty value and there was doubled ";;"
in returned string.

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