Index: /issm/trunk/cron/nightlyrun.sh
===================================================================
--- /issm/trunk/cron/nightlyrun.sh	(revision 1405)
+++ /issm/trunk/cron/nightlyrun.sh	(revision 1406)
@@ -14,6 +14,6 @@
 
 #Figure out today's date
-today=`today_date`;
-host_name=`hostname`;
+export today=`today_date`;
+export host_name=`hostname`;
 
 #create ISSM variables
@@ -21,5 +21,5 @@
 export ISSM_ARCH=linux-gnu-amd64
 source $ISSM_DIR/etc/environment.sh
-ISSM_RELEASE="issm";
+export ISSM_RELEASE="issm";
 
 #Erase previous code
Index: /issm/trunk/cron/report.sh
===================================================================
--- /issm/trunk/cron/report.sh	(revision 1405)
+++ /issm/trunk/cron/report.sh	(revision 1406)
@@ -1,13 +1,4 @@
 #!/bin/bash
 #generate html report from nightly.log output file
-
-#get some variables
-function today_date {
-suffix=`date | awk '{printf("%s-%s-%s %s",$2,$3,$6,$4);}'` 
-echo $suffix;
-}
-ISSM_RELEASE="issm";
-today=`today_date`;
-host_name=`hostname`;
 
 #Process log for errors 
@@ -89,6 +80,7 @@
 <br>
 <div class="issmcomment">
+date: $today<br>
 host: $host_name<br>
-date: $today<br>
+platform: $ISSM_ARCH<br>
 release: $ISSM_RELEASE<br>
 <br>
@@ -129,9 +121,9 @@
 
 		#No Test: use a table to fix entourage bug.
-		echo "<table width=\"200px\" style=\"color:#FF0000; font-size:14px;\"><tr><td align=\"center\">No test found.</td></tr></table>"
+		echo "<table width=\"20%\" style=\"color:#FF0000; font-size:14px;\"><tr><td align=\"center\">No test found.</td></tr></table>"
 
 	else
 
-		echo "<table cellspacing=\"-1\" width=\"800px\" style=\"font-family: Arial, Verdana, Tahoma; color: #404040;\">"
+		echo "<table cellspacing=\"-1\" width=\"100%\" style=\"font-family: Arial, Verdana, Tahoma; color: #404040;\">"
 		echo "<tr> <th style=\"font-size:14px;\">Result</th> <th style=\"font-size:14px;\">Tolerance</th> <th style=\"font-size:14px;\">Test</th>  <th style=\"font-size:14px;\">Solution</th> <th style=\"font-size:14px;\">Field</th> </tr>"
 
