GNOME Bugzilla – Bug 427468
make xhtml files indexable
Last modified: 2007-04-08 14:53:25 UTC
Hi, here is a patch to make xhtml files being indexed as well. --- Filters/FilterHtml.cs 2007-03-05 12:27:08.000000000 +0100 +++ Filters/FilterHtml.cs.org 2007-03-05 12:06:01.000000000 +0100 @@ -312,6 +312,7 @@ virtual protected void RegisterSupportedTypes () { AddSupportedFlavor (FilterFlavor.NewFromMimeType ("text/html")); + AddSupportedFlavor (FilterFlavor.NewFromMimeType ("application/xhtml+xml")); } }
Checked in the patch r3639. Thanks.