mirror of
https://github.com/gamaio/UnPS-Short.git
synced 2024-11-14 04:57:25 +00:00
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:
parent
c7f3dc0866
commit
a9b73c1161
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user