Ignore:
Timestamp:
04/10/09 10:37:08 (3 years ago)
Author:
CrawfordCurrie
Message:

Item1394: fixed colour handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm

    r2957 r3396  
    15571557        exec => $HTML2TML, 
    15581558        html => <<HERE, 
    1559 <font color="red" class="WYSIWYG_COLOUR">red</font> 
     1559<font color="red" class="WYSIWYG_COLOR">red</font> 
    15601560<font style="color:green">green</font> 
    15611561<font style="border:1;color:blue">blue</font> 
    1562 <font class="WYSIWYG_COLOUR" style="border:1;color:yellow">yellow</font> 
     1562<font class="WYSIWYG_COLOR" style="border:1;color:yellow">yellow</font> 
    15631563<font color="brown">brown</font> 
    15641564HERE 
Note: See TracChangeset for help on using the changeset viewer.