commit | cbbea3dfc1a1cfe382e58488c389471b4ab21876 | [log] [tgz] |
---|---|---|
author | Michał Kiedrowicz <michal.kiedrowicz@gmail.com> | Wed Apr 11 23:18:38 2012 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Apr 11 14:26:01 2012 -0700 |
tree | 04c43a3a2606fad78f9f26423a9a4a19117d9a48 | |
parent | ce61fb968f9b86f5d889eeb7b80da8ec3d6bfb9b [diff] |
gitweb: esc_html_hl_regions(): Don't create empty <span> elements If $end is equal to or less than $begin, esc_html_hl_regions() generates an empty <span> element. It normally shouldn't be visible in the web browser, but it doesn't look good when looking at page source. It also minimally increases generated page size for no special reason. Signed-off-by: Michał Kiedrowicz <michal.kiedrowicz@gmail.com> Acked-by: Jakub Narębski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>