Forums / Cotonti / Development / RSS & to &amp validation

scriptor
#1 2010-02-22 21:39
In the File forums.topics.inc.php in line 367 are a &
To Valide this in Your Site you must enter &

Original: "FORUMS_TOPICS_SECTION_RSS" => sed_url("rss", "c=section&id=$s", "", true),
new: "FORUMS_TOPICS_SECTION_RSS" => sed_url("rss", "c=section&id=$s", "", true),

For the next release this is important to change :)
[url=http://www.freak-forum.de]Freak-Forum.de[/url] - The Freakstyle Community<br />
[url=http://www.adelmann-solutions.com]adelmann-solutions, webdesign Freiburg[/url]
Trustmaster
#2 2010-02-23 00:33
Thanks! The more correct code is:
"FORUMS_TOPICS_SECTION_RSS" => sed_url('rss', "c=section&id=$s"),
because sed_url() makes &amp; itself if called like this

Added 6 minutes later:

All the RSS icons will be fixed in next release
May the Source be with you!

Dit bericht is bewerkt door Trustmaster (2010-02-23 00:39, 14 jaren ago)
wicky
#3 2014-11-29 09:06

In the File forums.topics.inc.php in line 367 are a &