@ -472,5 +472,6 @@ public class FactoryProperties {
followTags.put("strong", "b");
followTags.put("s", "s");
followTags.put("strike", "s");
followTags.put("del", "s");
}
@ -821,7 +821,7 @@ public class HTMLWorker implements SimpleXMLDocHandler, DocListener {
return true;
public static final String tagsSupportedString = "ol ul li a pre font span br p div body table td th tr i b u sub sup em strong s strike"
public static final String tagsSupportedString = "ol ul li a pre font span br p div body table td th tr i b u sub sup em strong s strike del"
+ " h1 h2 h3 h4 h5 h6 img hr";
public static final HashMap tagsSupported = new HashMap();