Форумы / Cotonti / Development / RSS & to &amp validation

scriptor
#1 22.02.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.02.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!
Отредактировано: Trustmaster (23.02.2010 00:39, 14 лет назад)
wicky
#3 29.11.2014 09:06

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