Skip to content

Commit

Permalink
fixed cdata for error urls
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 3, 2013
1 parent aa676fe commit 0a09c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sitespeed.io
Expand Up @@ -276,7 +276,7 @@ then


echo '<?xml version="1.0" encoding="UTF-8"?><results>' > $REPORT_DATA_DIR/errorurls.xml echo '<?xml version="1.0" encoding="UTF-8"?><results>' > $REPORT_DATA_DIR/errorurls.xml
for url in "${resultError[@]}" for url in "${resultError[@]}"
do echo "<url reason='${url/,*/ }'><![CDATA[${url/*,/ }]]</url>" >> $REPORT_DATA_DIR/errorurls.xml do echo "<url reason='${url/,*/ }'><![CDATA[${url/*,/ }]]></url>" >> $REPORT_DATA_DIR/errorurls.xml
done done
echo '</results>' >> $REPORT_DATA_DIR/errorurls.xml echo '</results>' >> $REPORT_DATA_DIR/errorurls.xml
echo 'Create the errorurls.html' echo 'Create the errorurls.html'
Expand Down

0 comments on commit 0a09c79

Please sign in to comment.