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

scriptor
#1 22. Februar 2010, 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 23. Februar 2010, 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!

Dieser Beitrag wurde von Trustmaster (am 23. Februar 2010, 00:39, vor 14 Jahre) bearbeitet
wicky
#3 29. November 2014, 09:06

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