Remove line breaks to make CDATA work
This commit is contained in:
@ -64,6 +64,7 @@ cat \
|
||||
cat content-$padint quote-$padint |
|
||||
tidy -q -asxml |
|
||||
xq -cx '.html.body' |
|
||||
sed 's/\n//' |
|
||||
printf "<![CDATA[$(cat -)]]"
|
||||
) \
|
||||
<(
|
||||
|
Reference in New Issue
Block a user