Parent Directory | Revision Log | Patch
revision 1.4 by wakaba, Tue Jan 1 07:06:04 2008 UTC | revision 1.5 by wakaba, Tue Jan 1 09:09:16 2008 UTC | |
---|---|---|
# | Line 91 sub css_text ($;$) { | Line 91 sub css_text ($;$) { |
91 | if (defined $s) { | if (defined $s) { |
92 | $r .= ' ' . $prop_def->{css} . ': ' . $s; | $r .= ' ' . $prop_def->{css} . ': ' . $s; |
93 | $r .= ";\n"; | $r .= ";\n"; |
94 | } else { | |
95 | ## NOTE: This should be an error of the implementation. | |
96 | $r .= " /* $prop_def->{css}: ???; */\n"; | |
97 | } | } |
98 | } | } |
99 | return $r; | return $r; |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |