Remove xml tag before doctype declaration

This commit is contained in:
Francis Lachapelle
2014-01-23 14:48:36 -05:00
parent 5105dbb342
commit 0f9d8cdd2c
+1 -2
View File
@@ -113,8 +113,7 @@
- (NSString *) doctype
{
return (@"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
@"<!DOCTYPE html"
return (@"<!DOCTYPE html"
@" PUBLIC \"-//W3C//DTD XHTML 1.1//EN\""
@" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">");
}