From: Jason Yundt Date: Tue, 8 Mar 2022 15:56:12 +0000 (-0500) Subject: gitweb: remove invalid http-equiv="content-type" X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/d73e7f57c959e8c058edc2671fae5ff07ddb11457554afe6bf82b7409d35712a?hp=d73e7f57c959e8c058edc2671fae5ff07ddb11457554afe6bf82b7409d35712a gitweb: remove invalid http-equiv="content-type" Before this change, gitweb would generate pages which included: When a meta's http-equiv equals "content-type", the http-equiv is said to be in the "Encoding declaration state". According to the HTML Standard, The Encoding declaration state may be used in HTML documents, but elements with an http-equiv attribute in that state must not be used in XML documents. Source: This change removes that meta element since gitweb always generates XML documents. Signed-off-by: Jason Yundt Signed-off-by: Junio C Hamano ---