Should fix MKWS-351.
authorMike Taylor <mike@indexdata.com>
Thu, 15 Jan 2015 17:02:49 +0000 (17:02 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 15 Jan 2015 17:02:49 +0000 (17:02 +0000)
Fix up the "<input>" tag in our local copy of jQuery to be self-closing.

src/Makefile

index ed4a0c1..21a8c5a 100644 (file)
@@ -72,7 +72,7 @@ $(DEST)/${HANDLEBARS_FILE}:
 
 $(DEST)/${JQUERY_FILE}:
        curl -sSf ${JQUERY_URL} -o $@.tmp
-       perl -npe 's,sourceMappingURL=jquery.*map,,' $@.tmp > $@
+       perl -npe 's,sourceMappingURL=jquery.*map,,' $@.tmp | sed 's@<input>@<input/>@' > $@
        rm -f $@.tmp
 
 $(DEST)/${JQUERY_JSON_FILE}: