dever 6 years ago
parent
commit
9487d2bb38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/assets/mobile/content.html

+ 1 - 1
main/assets/mobile/content.html

@@ -12,7 +12,7 @@
         <{loop($content):}>  
 
         <{if($v['type'] == 1):}>
-        <{$v['content']}>
+        <{str_replace(array('width', 'height'), array('widths', 'heights'), $v['content'])}>
 
         <{elseif($v['type'] == 2):}>