Index: /issm/trunk/scripts/report.sh
===================================================================
--- /issm/trunk/scripts/report.sh	(revision 9381)
+++ /issm/trunk/scripts/report.sh	(revision 9382)
@@ -36,5 +36,5 @@
 
 MATLAB_STYLE='width="1000px" rules=none'
-MATLAB_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:14px; font-weight: normal;" align="left"'
+MATLAB_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:12px; font-weight: normal;" align="left"'
 
 BODY_STYLE='width="800px"'
@@ -175,5 +175,11 @@
 <table $H2_STYLE><tr><td $H2_FONT>Matlab errors</td></tr></table>
 <table $MATLAB_STYLE><tr><td $MATLAB_FONT>
-<pre>$(cat matlaberror.log)</pre>
+<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 matlaberror.log)</pre>
 </td></tr></table>
 END
@@ -188,5 +194,11 @@
 <table $H2_STYLE><tr><td $H2_FONT>PETSc errors</td></tr></table>
 <table $MATLAB_STYLE><tr><td $MATLAB_FONT>
-<pre>$(cat petscerror.log)</pre>
+<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 petscerror.log)</pre>
 </td></tr></table>
 END
