Show
Ignore:
Timestamp:
10/29/07 11:38:36 (6 years ago)
Author:
d0nut
Message:

mimetex integration

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bbcode.tex/files/lib/data/message/bbcode/TexBBCode.class.php

    r63 r65  
    1616        public function getParsedTag($openingTag, $content, $closingTag, BBCodeParser $parser) { 
    1717                if ($parser->getOutputType() == 'text/html') { 
    18                         return $content; 
     18                        return '<img src="'.MESSAGE_BBCODE_TEX_CGIBIN.'/mimetex.cgi?'.rawurlencode($content).'" alt="" />'; 
    1919                } 
    2020                else if ($parser->getOutputType() == 'text/plain') {