Changeset 5808
- Timestamp:
- Mar 16, 2008, 3:46:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/work/ebihara/prj_deco_diary/webapp/lib/smarty_plugins/modifier.t_decoration.php
r5807 r5808 27 27 $opt = ''; 28 28 if ($tagname == 'op:color' && $colorcode) { 29 $opt = 'style=" ' . $colorcode . '" ';29 $opt = 'style="color:' . $colorcode . '" '; 30 30 } 31 31
Note: See TracChangeset
for help on using the changeset viewer.