diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-24 15:04:49 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-24 15:04:49 -0500 |
commit | 9a5b2da574278716d9f0b4afc7217166612cad3e (patch) | |
tree | d64e3ca27d7a7d09c271e703f72813c969acbea2 /mediagoblin | |
parent | 73da11e759913109e481c2b20c51c9f72e45be14 (diff) | |
download | mediagoblin-9a5b2da574278716d9f0b4afc7217166612cad3e.tar.lz mediagoblin-9a5b2da574278716d9f0b4afc7217166612cad3e.tar.xz mediagoblin-9a5b2da574278716d9f0b4afc7217166612cad3e.zip |
Add html doctype
Thanks for the patch Velmont / Odin Hørthe Omdal!
Diffstat (limited to 'mediagoblin')
-rw-r--r-- | mediagoblin/templates/mediagoblin/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html index 19239f27..12f188de 100644 --- a/mediagoblin/templates/mediagoblin/base.html +++ b/mediagoblin/templates/mediagoblin/base.html @@ -14,7 +14,8 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -#} +-#} +<!doctype html> <html> <head> <meta charset="utf-8"> |