]> Lady’s Gitweb - Gitweb/commit
gitweb: provide a routine to display (sub)sections
authorGiuseppe Bilotta <redacted>
Thu, 11 Nov 2010 12:26:16 +0000 (13:26 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:30 +0000 (00:51 -0400)
commit1391712a262015cc3bd78d2c53c31a6b844cde5705559e198cecf4851e030da6
tree832b1f83a6b7d0b343a9969f03991445b637b4a02b0ec1fef5e9d96aa8426dda
parent49732e00c641b8dfa02202c4ed2c3716909650cdc9ddc01494f4e1e758c2db0e
gitweb: provide a routine to display (sub)sections

The routine puts the given contento into a DIV element, automatically
adding a header div. The content can be provided as a standard scalar
value (which is used as-is), as a scalar ref (which is HTML-escaped), as
a function reference to be executed, or as a file handle to be dumped.

Signed-off-by: Giuseppe Bilotta <redacted>
Acked-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.25108 seconds and 4 git commands to generate.