We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86fcd1 commit b40eca3Copy full SHA for b40eca3
1 file changed
css3-layout/Makefile
@@ -17,12 +17,12 @@ cdate = $(shell date +%Y%m%d)
17
@echo "Calling post-processor to generate $@..."
18
@curl -K ~/.curl-w3.org -s -S -F output=html -F file=@$< -F group=CSS \
19
-F method=file -F date=$(cdate) -F status=$(status) -o $@ \
20
- http://cgi.w3.org/member-bin/process.cgi
+ https://cgi.w3.org/member-bin/process.cgi
21
%.err: %.src.html
22
@echo "Calling post-processor to check $<..."
23
@curl -K ~/.curl-w3.org -s -S -F output=err -F file=@$< -F group=CSS \
24
25
26
27
# For Dispositions of Comments in css3-background:
28
0 commit comments