summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2015-08-03 23:43:00 -0500
committerkpdecker <kpdecker@gmail.com>2015-08-03 23:43:00 -0500
commita44fe470b4c8b62c474a6450f87cadb7ad7bfc25 (patch)
tree18fbdd50895d18e1a059b3ba0aec8b438a722f01
parentbb9831b73eb4fdab94caaceb373e4fd266989d76 (diff)
downloadhandlebars.js-a44fe470b4c8b62c474a6450f87cadb7ad7bfc25.zip
handlebars.js-a44fe470b4c8b62c474a6450f87cadb7ad7bfc25.tar.gz
handlebars.js-a44fe470b4c8b62c474a6450f87cadb7ad7bfc25.tar.bz2
Include doctype in amd harness
-rw-r--r--spec/amd.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/amd.html b/spec/amd.html
index 5de33c1..1149dc7 100644
--- a/spec/amd.html
+++ b/spec/amd.html
@@ -1,3 +1,4 @@
+<!doctype html>
<html>
<head>
<title>Mocha</title>