Change the HTML5 declaration back to XHTML1

For some reason, I found that when it's HTML5, it adds a scrollbar,
the only fix I found for it was to just revert back to XHTML1. Oh well XD
This commit is contained in:
Arctic Code 2013-12-25 20:32:04 -06:00
parent c7f3dc0866
commit a9b73c1161
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@
return $grav_url; return $grav_url;
} }
?> ?>
<!DOCTYPE> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html prefix="og: http://ogp.me/ns# fb: http://www.facebook.com/2008/fbml"> <html xmlns="http://www.w3.org/1999/xhtml" prefix="og: http://ogp.me/ns# fb: http://www.facebook.com/2008/fbml">
<head> <head>
<title>UnPS Link Shortener</title> <title>UnPS Link Shortener</title>