/[suikacvs]/messaging/manakai/lib/Message/DOM/CSSStyleSheet.pm
Suika

Diff of /messaging/manakai/lib/Message/DOM/CSSStyleSheet.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by wakaba, Sun Dec 23 08:18:59 2007 UTC revision 1.4 by wakaba, Sun Dec 23 11:20:08 2007 UTC
# Line 95  sub css_text ($;$) { Line 95  sub css_text ($;$) {
95    my $r = '';    my $r = '';
96    local $Error::Depth = $Error::Depth + 1;    local $Error::Depth = $Error::Depth + 1;
97    for my $rule (@{$_[0]->css_rules}) {    for my $rule (@{$_[0]->css_rules}) {
98      $r .= $rule->css_text;      $r .= $rule->css_text . "\n"; ## TODO: \x0D\x0A? \x0A?
99    }    }
100    return $r;    return $r;
101  } # css_text  } # css_text

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24