• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

自分用にカスタマイズしたshared-mime-infoのソース


Commit MetaInfo

Révision3ba7920b6dfa0b28c400d302d070dbcad5d29824 (tree)
l'heure2019-09-11 20:17:25
AuteurChris Lord <clord@igal...>
CommiterBastien Nocera

Message de Log

Widen a "<!DOCTYPE html" magic for xhtml file

"<!DOCTYPE html" should be checked the same way as 'DOCTYPE HTML' and
'doctype html' matches.

Change Summary

Modification

--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -5997,6 +5997,7 @@ command to generate the output files.
59975997 <magic priority="50">
59985998 <match type="string" value="&lt;!DOCTYPE HTML" offset="0:256"/>
59995999 <match type="string" value="&lt;!doctype html" offset="0:256"/>
6000+ <match type="string" value="&lt;!DOCTYPE html" offset="0:256"/>
60006001 <match type="string" value="&lt;HEAD" offset="0:256"/>
60016002 <match type="string" value="&lt;head" offset="0:256"/>
60026003 <match type="string" value="&lt;TITLE" offset="0:256"/>
@@ -6011,7 +6012,6 @@ command to generate the output files.
60116012 <match type="string" value="&lt;h1" offset="0"/>
60126013 <match type="string" value="&lt;H1" offset="0"/>
60136014 <match type="string" value="&lt;!doctype HTML" offset="0"/>
6014- <match type="string" value="&lt;!DOCTYPE html" offset="0"/>
60156015 </magic>
60166016 <glob pattern="*.html"/>
60176017 <glob pattern="*.htm"/>