From: Reuben Thomas Date: Mon, 11 Feb 2008 00:35:27 +0000 (+0000) Subject: Fix Debian bug #303733 (HTML "DOCTYPE" vs "doctype") by making text X-Git-Tag: pre-rrt-big-changes-post-4-23~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=395b4ef8f0e1b44390436a13ac8d525b4e379f2a;p=file Fix Debian bug #303733 (HTML "DOCTYPE" vs "doctype") by making text "DOCTYPE" case-insensitive, which is allowed. --- diff --git a/magic/Magdir/sgml b/magic/Magdir/sgml index b9cf07a6..ccb5e37b 100644 --- a/magic/Magdir/sgml +++ b/magic/Magdir/sgml @@ -10,7 +10,7 @@ # HyperText Markup Language (HTML) is an SGML document type, # from Daniel Quinlan (quinlan@yggdrasil.com) # adapted to string extenstions by Anthon van der Neut