gitweb: Pass esc_html_hl_regions() options to esc_html()
commit9768a9d884ee293548c0435df7645fd82d8d942e
authorJakub Narębski <jnareb@gmail.com>
Wed, 11 Apr 2012 21:18:39 +0000 (11 23:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Apr 2012 21:26:01 +0000 (11 14:26 -0700)
tree713dc6140179a0c096fb226de2b0c9c23d970a25
parentcbbea3dfc1a1cfe382e58488c389471b4ab21876
gitweb: Pass esc_html_hl_regions() options to esc_html()

With this change, esc_html_hl_regions() accepts options and passes them
down to esc_html().  This may be needed if a caller wants to pass
-nbsp=>1 to esc_html().

The idea and implementation example of this change was described in
337da8d2 (gitweb: Introduce esc_html_match_hl and esc_html_hl_regions,
2012-02-27).  While other suggestions may be more useful in some cases,
there is no need to implement them at the moment.  The
esc_html_hl_regions() interface may be changed later if it's needed.

[mk: extracted from larger patch and wrote commit message]

Signed-off-by: Jakub Narębski <jnareb@gmail.com>
Signed-off-by: Michał Kiedrowicz <michal.kiedrowicz@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl