Index: /issm/trunk/cron/report.sh
===================================================================
--- /issm/trunk/cron/report.sh	(revision 2193)
+++ /issm/trunk/cron/report.sh	(revision 2194)
@@ -89,5 +89,5 @@
 <tr>
 <td $TABLE_FONT>number of failures: $NUM_FAI/$NUM_TOT
-<td $TABLE_FONT>installation elapsed time: $EL_INSTALL</td>
+<td $TABLE_FONT>execution elapsed time: $EL_RUN</td>
 </tr>
 </table>
@@ -134,8 +134,8 @@
 <th $(echo $BODY_FONT)>Tolerance</th> 
 <th $(echo $BODY_FONT)>Test name</th>  
-<th $(echo $BODY_FONT)>Analysis type</th> 
-<th $(echo $BODY_FONT)>Sub type</th> 
+<th $(echo $BODY_FONT)>Analysis</th> 
+<th $(echo $BODY_FONT)>Subanalysis </th> 
 <th $(echo $BODY_FONT)>Qmu</th>
-<th $(echo $BODY_FONT)>control</th>
+<th $(echo $BODY_FONT)>Control</th>
 <th $(echo $BODY_FONT)>Control fit</th>
 <th $(echo $BODY_FONT)>Parallel</th>
@@ -174,5 +174,5 @@
 		  FONTL=$(echo "$BODY_FONTL $color")
 		  echo $line | awk -v FONTC="$FONTC" -v FONTL="$FONTL" '
-		  { printf("<td %s>%s</td><td %s>%s%s%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td>",FONTL,$1,FONTL,$3,$4,$5,FONTL,$7,FONTL,$9,FONTL,$11,FONTC,$13,FONTC,$15,FONTC,$17,FONTC,$19,FONTL,$21);}
+		  { printf("<td %s>%s</td>\n<td %s>%s%s%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>",FONTL,$1,FONTL,$3,$4,$5,FONTL,$7,FONTL,$9,FONTL,$11,FONTC,$13,FONTC,$15,FONTC,$17,FONTC,$19,FONTL,$21);}
 			  '; 
 	  fi
