From 0f9d8cdd2c7bf44e3ab4274b047598f6ab745ded Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 23 Jan 2014 14:48:36 -0500 Subject: [PATCH] Remove xml tag before doctype declaration --- UI/Common/UIxPageFrame.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/UI/Common/UIxPageFrame.m b/UI/Common/UIxPageFrame.m index 215088a55..3d33384c0 100644 --- a/UI/Common/UIxPageFrame.m +++ b/UI/Common/UIxPageFrame.m @@ -113,8 +113,7 @@ - (NSString *) doctype { - return (@"\n" - @""); }