From 0fc027e5e922b5b5d59ae39c06f76ef5a9d108f6 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 1 Apr 2015 20:20:22 -0400 Subject: [PATCH] Set the doctype to HTML5 --- UI/Common/UIxPageFrame.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/UI/Common/UIxPageFrame.m b/UI/Common/UIxPageFrame.m index 5ed2ff042..2996d7d26 100644 --- a/UI/Common/UIxPageFrame.m +++ b/UI/Common/UIxPageFrame.m @@ -113,9 +113,7 @@ - (NSString *) doctype { - return (@""); + return (@""); } /* Help URL/target */