Show
Ignore:
Timestamp:
08/31/09 18:56:20 (1 year ago)
Author:
bermi
Message:

COnverting converters to PHP5

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/AkConverters/AkMarkdownToHtml.php

    r285 r1397  
    1919class AkMarkdownToHtml 
    2020{ 
    21     function convert() 
     21    public function convert() 
    2222    { 
    2323        return $this->source = preg_replace("/([ \n\t]+)/",' ', TextHelper::markdown($this->source));