Ignore:
Timestamp:
2013-01-15T23:19:53+13:00 (11 years ago)
Author:
davidb
Message:

Tidying up file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/html-to-expeditee/trunk/src/perllib/ExpediteeFrameIO.pm

    r26729 r26730  
    114114    if(defined $css_attr->{'font-style'} && defined $css_attr->{'font-weight'}){
    115115        my $font_face_param = $css_attr->{'font-weight'}.'-'.$css_attr->{'font-style'};
    116         print STDERR "$font_face_param **** \n";
    117116        $exp_font_face = CssStyleToExpAttr::convert_font_face($font_face_param);
    118117    }
    119118   
    120119     $exp_attr->{'f'} = $exp_font_family.$exp_font_face.$exp_font_size;
    121      print STDERR "exp attribute obtained: ".$exp_attr->{'f'}." ****\n";
    122      
     120
    123121    # background color
    124122
Note: See TracChangeset for help on using the changeset viewer.