Show
Ignore:
Timestamp:
05/15/08 15:45:42 (8 months ago)
Author:
oren
Message:

May 11, 2008 spec

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/YamlReference/yeast2html

    r6 r9  
    144144        } 
    145145        push(@$data, [ $class, $text ]); 
    146         if ($text && $text ne '') { 
     146        if ($text ne '') { 
    147147            for (my $i = 0; $i < @$has_content; $i++) { 
    148148                $has_content->[$i] = 1; 
     
    401401            print $output "&hArr;</span>"; 
    402402        } else { 
    403             $text = "&deg;" unless $text; 
    404403            print $output "$text</span>"; 
    405404        }