gitweb: protect blob and diff output lines from controls.
commit25ffbb27a20278e9884e8f036b39806bb11ec1a8
authorJunio C Hamano <junkio@cox.net>
Wed, 8 Nov 2006 23:11:10 +0000 (8 15:11 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 9 Nov 2006 08:13:50 +0000 (9 00:13 -0800)
tree98d66966984c6598a4e5748ebcd8b0f164f27210
parentacca687fa9db8eaa380b65d63c3f0d4364892acf
gitweb: protect blob and diff output lines from controls.

This revealed that the output from blame and tag was not chomped
properly and was relying on HTML output not noticing that extra
whitespace that resulted from the newline, which was also fixed.

Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl