From: Ævar Arnfjörð Bjarmason Date: Thu, 6 Oct 2016 09:11:33 +0000 (+0000) Subject: gitweb: fix a typo in a comment X-Git-Tag: v2.11.0-rc0~42^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26547bfb2b8098995b2a67770e96f29fafb11318;p=thirdparty%2Fgit.git gitweb: fix a typo in a comment Change a typo'd MIME type in a comment. The Content-Type is application/xhtml+xml, not application/xhtm+xml. Fixes up code originally added in 53c4031 ("gitweb: Strip non-printable characters from syntax highlighter output", 2011-09-16). Signed-off-by: Ævar Arnfjörð Bjarmason Acked-by: Jakub Narębski Signed-off-by: Junio C Hamano --- diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 33d701d852..9473daf4cf 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -1616,7 +1616,7 @@ sub esc_path { return $str; } -# Sanitize for use in XHTML + application/xml+xhtm (valid XML 1.0) +# Sanitize for use in XHTML + application/xml+xhtml (valid XML 1.0) sub sanitize { my $str = shift;