Show
Ignore:
Timestamp:
09/18/06 16:00:55 (2 years ago)
Author:
crizin
Message:

sync 데이터에 stripHTML 제거 (eolin 정책 변경으로 인한)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/blog/sync/item.php

    r806 r1448  
    1818    echo '  <postURL>', htmlspecialchars($item['link']), '</postURL>', CRLF; 
    1919    echo '  <subject>', htmlspecialchars($item['title']), '</subject>', CRLF; 
    20     echo '  <description>', htmlspecialchars(stripHTML(getEntryContentView($owner, $suri['id'], $item['description']))), '</description>', CRLF; 
     20    echo '  <description>', htmlspecialchars(getEntryContentView($owner, $suri['id'], $item['description'])), '</description>', CRLF; 
    2121    foreach ($item['categories'] as $category) { 
    2222        if ($category = trim($category))