Index: /issm/trunk/cron/report.sh
===================================================================
--- /issm/trunk/cron/report.sh	(revision 3132)
+++ /issm/trunk/cron/report.sh	(revision 3133)
@@ -187,5 +187,5 @@
 if [ -e matlaberror.log ]
 then
-cat << END > matlaberror.html
+	cat << END > matlaberror.html
 <table $H2_STYLE><tr><td $H2_FONT>Matlab error</td></tr></table>
 <table $MATLAB_STYLE><tr><td $MATLAB_FONT>
@@ -205,4 +205,4 @@
 
 #concatenate files
-cat summary.htmlcontent.html matlaberror.html footer.html > report.html
+cat summary.html content.html matlaberror.html footer.html > report.html
 rm  summary.html content.html footer.html matlaberror.html matlab.log
