1.1 restoration
[mir.git] / source / mir / util / xml / html / HTMLSchemaInformation.java
index 68d2127..5856214 100755 (executable)
@@ -38,7 +38,8 @@ public class HTMLSchemaInformation {
     addInlineTag("dt");
     addInlineTag("em");
     addInlineTag("fieldset");
-    addInlineTag("font");
+    // Zapata: Removed because of frequent abuse by html writers
+    // addInlineTag("font");
     addBlockTag("form");
     addBodylessTag("frame");
     addInlineTag("frameset");