Changeset 8394


Ignore:
Timestamp:
04/04/07 19:14:13 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8393 r8394  
    1414_
    1515_
    16 _
    1716
    1817While an underscore is a placeholder for a white-space or an empty line.
    1918
    2019                                                 -*-*- END OF LINE -*-*-
     20
     21 2007/04/04 Thomas Bretz
     22
     23   * mbase/MLogHtml.cc:
     24     - the closing parenthesis was missing for setting to green color
     25
     26
    2127
    2228 2007/04/03 Thomas Bretz
  • trunk/MagicSoft/Mars/mbase/MLogHtml.cc

    r8192 r8394  
    112112    case 1:  *fOut << "<font color='maroon'>";  break;  // err
    113113    case 2:  *fOut << "<font color='#FF6600'>"; break;  // warn (olive?)
    114     case 3:  *fOut << "<font color='green'";    break;  // inf
     114    case 3:  *fOut << "<font color='green'>";   break;  // inf
    115115    default: *fOut << "<font color='navy'>";    break;  // all others (dbg)
    116116    }
Note: See TracChangeset for help on using the changeset viewer.