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:
e6e76cf
)
enable to run tidy several times
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 7 Jan 2015 13:15:37 +0000
(13:15 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 7 Jan 2015 13:15:37 +0000
(13:15 +0000)
test/widgets/Makefile
patch
|
blob
|
history
diff --git
a/test/widgets/Makefile
b/test/widgets/Makefile
index
ec22408
..
e91e13c
100644
(file)
--- a/
test/widgets/Makefile
+++ b/
test/widgets/Makefile
@@
-59,7
+59,7
@@
index-iframe-demo:
tidy:
for i in iframe-demos.html index-*.html; do \
tidy -i -m $$i >/dev/null 2>&1; \
- perl -i -npe 's,(</head>),<link type="text/css" rel="stylesheet" href="screenshots.css" />\n$$1,' $$i; \
+ perl -i -npe 's,(^\s*</head>),<link type="text/css" rel="stylesheet" href="screenshots.css" />\n$$1,' $$i; \
done
help: