]> Lady’s Gitweb - Gitweb/commit
gitweb: Replace form-feed character by ^L
authorJakub Narebski <redacted>
Sun, 30 Jul 2006 13:02:27 +0000 (15:02 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:04:56 +0000 (00:04 -0400)
commit8435e03b553fa97a631a550f253fd8f5f042d9ef47b22e9e089d9b97a9d2f4b6
tree9404bc8d14339e7368a7bb069738485b50bc3b417e7f5fbd7d725f6a3fb11794
parent83d5d3275c5162694b99f36da75026d8b506cb1d252aa0ee10abb932cc8199da
gitweb: Replace form-feed character by ^L

Replace FORM FEED (FF) character (014, 12, 0xc) by it's textual
representation '^L'.  This character is used for example in GNU GPL
'COPYING' file.  With this patch "blob" output for COPYING passes
XHTML validation.

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.cgi
This page took 0.234479 seconds and 4 git commands to generate.