diff --git a/UI/MailPartViewers/UIxMailPartHTMLViewer.m b/UI/MailPartViewers/UIxMailPartHTMLViewer.m index f12e9873a..331a77e47 100644 --- a/UI/MailPartViewers/UIxMailPartHTMLViewer.m +++ b/UI/MailPartViewers/UIxMailPartHTMLViewer.m @@ -54,8 +54,7 @@ /* Tags that are forbidden within the body of the html content */ static NSArray *BannedTags = nil; -/* Tags that can't have any contents (no end tag) - See http://www.w3.org/TR/html5/syntax.html#void-elements */ +/* Tags that can't have any contents (no end tag) */ static NSArray *VoidTags = nil; static xmlCharEncoding