View Single Post
 
Old Nov 15, 2001, 01:09 PM
BeRKA's Avatar
BeRKA BeRKA is offline
Member
 
Member Since: Aug 2001
Location: Sweden, Stockholm
Posts: 40
If You have Your own coolicon and do a search, the description of the site is missing.

To fix that change the line:
$pod_line=~s/<img src=.+img\/star.gi.+>/$pod_coolicon/gi;
to:
$pod_line=~s/<img src=.+img\/star.gi.+?\">/$pod_coolicon/i;

It seems to work on my site (www.berka.com), but I am not sure if I mess up anything else...