Changeset 5102

Show
Ignore:
Timestamp:
01/21/08 22:44:12 (10 months ago)
Author:
inureyes
Message:

#806

  • Markdown 포매터 오류 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/FM_Markdown/index.php

    r5099 r5102  
    99    $path = ROOT . "/attach/$blogid"; 
    1010    $url = "{$service['path']}/attach/$blogid"; 
    11     $content = Markdown($content); 
    1211    if(!function_exists('FM_TTML_bindAttachments')) { // To reduce the amount of loading code! 
    1312        require_once 'ttml.php'; 
     
    2625    } 
    2726    $content = Markdown($content); 
    28     $view = FM_TTML_format($blogid, $id, $content, $keywords, $useAbsolutePath, true); 
     27    $view = FM_Markdown_format($blogid, $id, $content, $keywords, $useAbsolutePath, true); 
    2928    if (!$blog['publishWholeOnRSS']) $view = UTF8::lessen(removeAllTags(stripHTML($view)), 255); 
    3029        return $view;