projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef5983c
)
Should fix MKWS-351.
author
Mike Taylor
<mike@indexdata.com>
Thu, 15 Jan 2015 17:02:49 +0000
(17:02 +0000)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
ed4a0c1
..
21a8c5a
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-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}: