Set the doctype to HTML5

pull/91/head
Francis Lachapelle 2015-04-01 20:20:22 -04:00
parent 5f7abec980
commit 0fc027e5e9
1 changed files with 1 additions and 3 deletions

View File

@ -113,9 +113,7 @@
- (NSString *) doctype
{
return (@"<!DOCTYPE html"
@" PUBLIC \"-//W3C//DTD XHTML 1.1//EN\""
@" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">");
return (@"<!DOCTYPE html>");
}
/* Help URL/target */