Changeset 9382


Ignore:
Timestamp:
08/23/11 10:44:04 (14 years ago)
Author:
Mathieu Morlighem
Message:

test for pre wrapping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/scripts/report.sh

    r8811 r9382  
    3636
    3737MATLAB_STYLE='width="1000px" rules=none'
    38 MATLAB_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:14px; font-weight: normal;" align="left"'
     38MATLAB_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:12px; font-weight: normal;" align="left"'
    3939
    4040BODY_STYLE='width="800px"'
     
    175175<table $H2_STYLE><tr><td $H2_FONT>Matlab errors</td></tr></table>
    176176<table $MATLAB_STYLE><tr><td $MATLAB_FONT>
    177 <pre>$(cat matlaberror.log)</pre>
     177<pre style="
     178white-space: -moz-pre-wrap;
     179white-space: -pre-wrap;
     180white-space: -o-pre-wrap;
     181white-space: pre-wrap;
     182word-wrap: break-word;
     183">$(cat matlaberror.log)</pre>
    178184</td></tr></table>
    179185END
     
    188194<table $H2_STYLE><tr><td $H2_FONT>PETSc errors</td></tr></table>
    189195<table $MATLAB_STYLE><tr><td $MATLAB_FONT>
    190 <pre>$(cat petscerror.log)</pre>
     196<pre style="
     197white-space: -moz-pre-wrap;
     198white-space: -pre-wrap;
     199white-space: -o-pre-wrap;
     200white-space: pre-wrap;
     201word-wrap: break-word;
     202">$(cat petscerror.log)</pre>
    191203</td></tr></table>
    192204END
Note: See TracChangeset for help on using the changeset viewer.