X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fmir%2Futil%2Fxml%2Fhtml%2FHTMLSchemaInformation.java;h=58562144df003712d0926d581a6787b967089daf;hb=63e0ee1fb8038eb6d8f0190cf38c3b3ab2727216;hp=68d21273c6792e4548bf3e1c246a965d40b71e3b;hpb=8b91e8d8bf4a31a88440a404e83238dcf32f8f4a;p=mir.git diff --git a/source/mir/util/xml/html/HTMLSchemaInformation.java b/source/mir/util/xml/html/HTMLSchemaInformation.java index 68d21273..58562144 100755 --- a/source/mir/util/xml/html/HTMLSchemaInformation.java +++ b/source/mir/util/xml/html/HTMLSchemaInformation.java @@ -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");