Index: /issm/trunk-jpl/scripts/report.sh
===================================================================
--- /issm/trunk-jpl/scripts/report.sh	(revision 13713)
+++ /issm/trunk-jpl/scripts/report.sh	(revision 13714)
@@ -10,6 +10,6 @@
 TABLE_STYLE='width="680px" rules=none bgcolor="#ffffdd" border=1 bordercolor="#000000" cellpadding="3"'
 TABLE_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:14px; font-weight: normal;" align="left"'
-MATLAB_STYLE='width="700px" rules=none'
-MATLAB_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:12px; font-weight: normal;" align="left"'
+CODE_STYLE='width="700px" rules=none'
+CODE_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:12px; font-weight: normal;" align="left"'
 BODY_STYLE='width="700px"'
 BODY_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:14px;"'
@@ -263,5 +263,5 @@
 cat << END >> report.html
 <table $SECTION_STYLE><tr><td $SECTION_FONT>Matlab errors</td></tr></table>
-<table $MATLAB_STYLE><tr><td $MATLAB_FONT>
+<table $CODE_STYLE><tr><td $CODE_FONT>
 <pre style="
 white-space: -moz-pre-wrap;
@@ -278,15 +278,15 @@
 	#Python {{{
 	cat << END >> report.html
-	<table $SECTION_STYLE><tr><td $SECTION_FONT>Python errors</td></tr></table>
-	<table $PYTHON_STYLE><tr><td $PYTHON_FONT>
-	<pre style="
-	white-space: -moz-pre-wrap;
-	white-space: -pre-wrap;
-	white-space: -o-pre-wrap;
-	white-space: pre-wrap;
-	word-wrap: break-word;
-	">$(cat pythonerror.log)</pre>
-	</td></tr></table>
-	END
+<table $SECTION_STYLE><tr><td $SECTION_FONT>Python errors</td></tr></table>
+<table $CODE_STYLE><tr><td $CODE_FONT>
+<pre style="
+white-space: -moz-pre-wrap;
+white-space: -pre-wrap;
+white-space: -o-pre-wrap;
+white-space: pre-wrap;
+word-wrap: break-word;
+">$(cat pythonerror.log)</pre>
+</td></tr></table>
+END
 	#}}}
 fi
@@ -295,5 +295,5 @@
 cat << END >> report.html
 <table $SECTION_STYLE><tr><td $SECTION_FONT>PETSc errors</td></tr></table>
-<table $MATLAB_STYLE><tr><td $MATLAB_FONT>
+<table $CODE_STYLE><tr><td $CODE_FONT>
 <pre style="
 white-space: -moz-pre-wrap;
