- Timestamp:
- 10/29/07 11:38:36 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
bbcode.tex/files/lib/data/message/bbcode/TexBBCode.class.php
r63 r65 16 16 public function getParsedTag($openingTag, $content, $closingTag, BBCodeParser $parser) { 17 17 if ($parser->getOutputType() == 'text/html') { 18 return $content;18 return '<img src="'.MESSAGE_BBCODE_TEX_CGIBIN.'/mimetex.cgi?'.rawurlencode($content).'" alt="" />'; 19 19 } 20 20 else if ($parser->getOutputType() == 'text/plain') {
