Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Andy] title_linked indicator

Quote Reply
Re: [Andy] title_linked indicator In reply to
Hi Andy

I've just come across this in the directory :

Destination > Americas > South America > Chili &g

The &g should be > but is cut off and this happens all through the site it is built by this :
$output .= qq| <a href="$CFG->{build_root_url}$path/$CFG->{build_index}">$dirs[$_]</a> :|;

that I changed to this :
$output .= qq| <a href="$CFG->{build_root_url}$path/$CFG->{build_index}">$dirs[$_]</a> &gt;|;

Can you figure out why this is happening ?

Thanks John
Significant Media
Subject Author Views Date
Thread title_linked indicator Jag 3824 Aug 18, 2004, 6:36 AM
Thread Re: [Jag] title_linked indicator
Andy 3759 Aug 18, 2004, 6:46 AM
Thread Re: [Andy] title_linked indicator
Jag 3740 Aug 18, 2004, 7:21 AM
Post Re: [Jag] title_linked indicator
Andy 3723 Aug 18, 2004, 7:28 AM
Thread Re: [Andy] title_linked indicator
Jag 3725 Aug 18, 2004, 4:14 PM
Thread Re: [Jag] title_linked indicator
Andy 3700 Aug 19, 2004, 1:21 AM
Post Re: [Andy] title_linked indicator
Jag 3686 Aug 22, 2004, 6:01 AM
Thread Re: [Andy] title_linked indicator
Jag 3678 Aug 26, 2004, 12:21 PM
Thread Re: [Jag] title_linked indicator
Andy 3660 Aug 27, 2004, 12:06 AM
Thread Re: [Andy] title_linked indicator
Jag 3657 Aug 31, 2004, 5:24 PM
Thread Re: [Jag] title_linked indicator
Andy 3669 Sep 1, 2004, 12:05 AM
Post Re: [Andy] title_linked indicator
Jag 3644 Sep 1, 2004, 10:02 AM