Changeset 742
- Timestamp:
- 12/08/08 23:36:52 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
bbcode.gadget/files/lib/data/message/bbcode/GadgetBBCode.class.php
r741 r742 15 15 */ 16 16 public function getParsedTag($openingTag, $content, $closingTag, BBCodeParser $parser) { 17 if(!preg_match('/[^\(\)\{\} ]+/', $content)) return ''; 18 17 19 $params = isset($openingTag['attributes'][0]) ? explode(',', $openingTag['attributes'][0]) : array('100%'); 18 20 $pos = strpos($params[0], '%');
