"<script>foo</script>" needs to be recognized as text/html (KDE bug 61483). Here's a patch to add that. It removes the entries for TITLE and title because there is already an entry a few lines above, which has 0:64 as offset, so those lines with only "0" as offset are redundant. diff -u -p -r1.246 freedesktop.org.xml.in --- freedesktop.org.xml.in 1 Jun 2007 15:27:01 -0000 1.246 +++ freedesktop.org.xml.in 13 Jun 2007 21:33:25 -0000 @@ -3378,8 +3378,8 @@ command to generate the output files. <match type="string" value="<HTML" offset="0:64"/> <match type="string" value="<BODY" offset="0"/> <match type="string" value="<body" offset="0"/> - <match type="string" value="<TITLE" offset="0"/> - <match type="string" value="<title" offset="0"/> + <match type="string" value="<SCRIPT" offset="0"/> + <match type="string" value="<script" offset="0"/> <match type="string" value="<!--" offset="0"/> <match type="string" value="<h1" offset="0"/> <match type="string" value="<H1" offset="0"/>
Created attachment 10301 [details] [review] better patch Doh, I meant to use a range instead. Let's also put uppercase first lowercase second in all those range entries for good order.
Committed, thanks. Closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.