From: Martin G. <gim...@gi...> - 2003-03-31 17:58:18
|
Hi! The GleanDescription() function in lib/display.php fails to escape double quotes in the description --- this produces invalid XHTML code on the ReleaseNotes page because the description happens to end with ... normalized. "Don't let the best be the enemy of the good. >From what I can read in the HTML 4.01 standard, then the fix is simple: just replace any occurences of " with ". -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. Join Freenet: http://gimpster.com/downloads/freenet/ |