Help for this page

Select Code to Download


  1. or download this
    $item->{'notag_title'}=&strip_tags($item->{'title'});
    
    sub strip_tags { $_[0]=~s/<[^>]+>//gs; return $_[0]; }