From 0fb6bbc8363c9e8a3db9ad541d4e756282e60425 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 7 Feb 2012 23:48:57 +0000 Subject: [PATCH] Monotone-Parent: 29fffc5b150efb565af943e7fd8387e446ceb042 Monotone-Revision: 92638e02e3b38087e427f0604b8dd774e09d2001 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T23:48:57 --- UI/MailPartViewers/UIxMailPartHTMLViewer.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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