View Single Post
Old 01-04-2005, 03:01 PM  
InNeedof
Junior Member
 
Join Date: Jan 2005
Posts: 11
Default

had this problem myself... look for this line in iobanana.tcl

regexp {title/tt[0-9]+/} $oldpage(meta) location

change to

regexp {title/tt[0-9]+/} $oldpage(body) location

worked for me and found on this forum somehwere so the thx are not for me... mind u took me ages to search for it
InNeedof is offline   Reply With Quote