Changeset 5563

Show
Ignore:
Timestamp:
03/08/08 01:50:06 (2 years ago)
Author:
inureyes
Message:

#779

  • handleTags의 호출 시점을 revertTempTag으로 조정
  • 여러가지 고려해 본 결과 이게 가장 덜 수정하는 방법일 것 같다.
Location:
trunk/lib
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/blog.skin.php

    r5507 r5563  
    594594//      unset($contentContainer[$keys[$i]]); 
    595595    } 
     596    handleTags($content); 
    596597    return $content; 
    597598} 
  • trunk/lib/piece/blog/end.php

    r5418 r5563  
    44/// See the GNU General Public License for more details. (/doc/LICENSE, /doc/COPYRIGHT) 
    55 
    6 handleTags($view); 
     6//handleTags($view); 
    77 
    88$writer = User::getBlogOwnerName($blogid);