Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-8693 now.

"check for updates" has invalid XHTML (fix completed in vcs)

The "check for updates" page within the ACP's System tab produces invalid XHTML when there is a new version available. This is caused by HTML entities in the URL linking to the announcement which are not encoded.

W3C validator wrote:Warning Line 266, Column 77: cannot generate system identifier for general entity "t"

…bb.com/community/viewtopic.php?f=95&t=1777775" title="http://www.phpbb.com/co

Comments / History

Posted by Raimon (Styles Team Leader) on Sep 14th 2009, 21:14

I guess or the update check needs a &

or a simple str_replace ( see patch ) so you don't need to adjust the updatecheck .txt file.

Changed ticket status from "New" to "Review later"

Action performed by Acyd Burn (Server Manager) on Sep 16th 2009, 14:31

Changed ticket status from "Review later" to "New"

Action performed by Acyd Burn (Server Manager) on Sep 16th 2009, 14:31

Linked ticket with changeset: r10154

Action performed by Acyd Burn (Server Manager) on Sep 16th 2009, 14:37

Changed ticket status from "New" to "Fix completed in SVN"

Action performed by Acyd Burn (Server Manager) on Sep 16th 2009, 14:37

Ticket details

Related SVN changesets