fixed bug for 404-pages, only one was created in the 404.html file

This commit is contained in:
Peter Hedenskog 2012-12-20 16:09:18 +01:00
parent a192af16f4
commit 79b1233330
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ if [ -e $REPORT_DATA_DIR/404.txt ];
then
result404=()
while read txt ; do
result404[${#result[@]}]=$txt
result404[${#result404[@]}]=$txt
done < $REPORT_DATA_DIR/404.txt
echo '<?xml version="1.0" encoding="UTF-8"?><results>' > $REPORT_DATA_DIR/404.xml