Add html doctype
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 24 Jul 2011 20:04:49 +0000 (15:04 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 24 Jul 2011 20:04:49 +0000 (15:04 -0500)
Thanks for the patch Velmont / Odin Hørthe Omdal!

mediagoblin/templates/mediagoblin/base.html

index 19239f279b435a2bcc44c3d8e71ab9f3220c3859..12f188de05783fb6c193adb2d45713d14b270a9b 100644 (file)
@@ -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">