Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

PRoblem with every "

Quote Reply
PRoblem with every "
Hello,

on each template, each time there is a href=" , then this " get changed to a > which ruins all the site. It does it when href=" is followed by a links tag starting with <%.

I installed a hack that displays links on the front page but I doubt it comes from here.

Any one has a clue ? I'm hosted on a linux server.


Cordially ,
Brakkar

Last edited by:

brakkar: Jan 22, 2004, 10:12 AM
Quote Reply
Re: [brakkar] PRoblem with every " In reply to
Can you post an example of the output, and the codes that are generating it?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] PRoblem with every " In reply to
Well, in fact it happens each try I save a template.

Lets say, that in home template there is: href="<%build_root_url%>/links.css

If I save the template, it will be automatically converted in href=><%build_root_url%>/links.css . It appears right after I save the template.

What I do is edit the template from telnet, to skip the links saving process which cause the problem.

But of course I would like to solve this.

Thanks,
Brakkar
Quote Reply
Re: [brakkar] PRoblem with every " In reply to
perhaps a typo, but in your example there is a missing "

href="<%build_root_url%>/links.css"

The full link should be like


Code:
<a href="<%build_root_url%>/links.css">link</a>


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] PRoblem with every " In reply to
Yes, its a typo, the problem happens at the begining of the links, not at the end this is why I didn't pasted the end of the link.



Cordially,

Brakkar