Changeset 2308 for trunk/vendor/Text

Show
Ignore:
Timestamp:
09/01/07 00:38:43 (16 months ago)
Author:
jepso
Message:

added Pdf output capability to manual

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/vendor/Text/Wiki.php

    r2015 r2308  
    10081008 
    10091009        if ($this->renderingType == 'preg') { 
    1010             $this->output = preg_replace_callback('/'.$this->delim.'(\d+)'.$this->delim.'/', 
     1010            $this->output .= preg_replace_callback('/'.$this->delim.'(\d+)'.$this->delim.'/', 
    10111011                                            array(&$this, '_renderToken'), 
    10121012                                            $this->source); 
     1013 
    10131014            /* 
    10141015//Damn strtok()! Why does it "skip" empty parts of the string. It's useless now!