Changeset 8670

Show
Ignore:
Timestamp:
07/13/10 12:28:27 (2 months ago)
Author:
yupmin
Message:

refs #1479

  • 게으른 수량자로 개선
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.8/library/function/html.php

    r8650 r8670  
    124124 
    125125function str_tag_truncate($str) { 
    126     return strip_tags(preg_replace('/\[##(.[^\]]+)##\]/', '', $str)); 
     126    return strip_tags(preg_replace('/\[##(.+?)##\]/', '', $str)); 
    127127} 
    128128