aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-24 15:04:49 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-24 15:04:49 -0500
commit9a5b2da574278716d9f0b4afc7217166612cad3e (patch)
treed64e3ca27d7a7d09c271e703f72813c969acbea2 /mediagoblin
parent73da11e759913109e481c2b20c51c9f72e45be14 (diff)
downloadmediagoblin-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.html3
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">