Page 1 of 1

No HTML Entities in Stylesheet links

Posted: Mon Jun 05, 2006 3:25 pm
by reto
If mediatype is used CMSMS builds links like



they shouldn't have an & amp ; (space added intentionally here):



patch for /plugins/function.stylesheet.php is attached. (hope this is the only and right place to fix it...

[attachment deleted by admin]

Re: No HTML Entities in Stylesheet links

Posted: Mon Jun 12, 2006 2:16 am
by Ted
Are you sure about that?  I would think that an & inside an xhtml attribute would make it invalid.  Or is there some weird rule about the link tag that I'm missing?

Re: No HTML Entities in Stylesheet links

Posted: Mon Jun 12, 2006 6:27 am
by cyberman
Patricia wrote: thanks, I will point that to a dev
Hi Pat,

welcome back  :)!

Re: No HTML Entities in Stylesheet links

Posted: Mon Jun 12, 2006 2:28 pm
by reto
oops, guess I had a totally unrelated issue with my template. sorry for that. your code is just fine  please ignore my post all together  ::)

I'm sorry.

Re: No HTML Entities in Stylesheet links

Posted: Mon Jun 12, 2006 5:40 pm
by Ted
@reto:  Not a problem.  I definitely don't consider myself an expert on xhtml by any means, so I figured I'd double check.