Ticket #265 (fixed bug)
Not Valid RSS
- Created: 2011-01-30 14:38:24
- Reported by: Kurkov.ORG
- Assigned to: Reines
- Milestone: 1.4.4
- Component: code
- Priority: normal
When the generation of RSS, the document fails to validate W3C. To correct a FluxBB 1.4.3 need to file extern.php (142 lines) must be in place:
echo "\ t \ t \ t". '<guid>'. $ item ['link'].'</ guid>'. "\ n";
replace to:
echo "\ t \ t \ t". '<guid>'. pun_htmlspecialchars ($ item ['link']).'</ guid>'. "\ n";