Closed (duplicate)
Project:
Drupal core
Version:
x.y.z
Component:
aggregator.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2006 at 06:14 UTC
Updated:
5 Oct 2006 at 18:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
stevenpatzIs this still happening in HEAD?
Comment #2
jacauc commentedSorry...was out of the country for a while.
I'm back now, where can I get the HEAD file to check if it fixed now?
Thanks!
Comment #3
stevenpatzhttp://ftp.osuosl.org/pub/drupal/files/projects/drupal-cvs.tar.gz
Comment #4
jacauc commentedI downloaded the latest CVS version from http://drupaldemo.org/ today and installed it as a seperate installation.
It seems to still be displaying strange characters yes.
have a look at http://wikihowto.dieinter.net (the block on the right)
Comment #5
stevenpatzComment #6
edmund.kwok commentedSeems that check_plain is reencoding charaters that have already been encoded, specifically the & sign. For eg:
' (single quote) = ' become '
" (double quote) = " becomes "
Thus, ' and &;quot; is shown respectively. Not sure if this is the best fix, but patch passes the item title to decode_entities before check_plain.
This happens not only in the block but also in the source page and the sources summary page, adding in to title.
Comment #7
jacauc commentedThanks, I have applied the patch on http://wikihowto.dieinter.net
Seems to work, as I do not see the strange chars anymore. Will keep an eye on it.
Thanks again!
Cheers
jacauc
Comment #8
edmund.kwok commentedjacauc, I'm marking this duplicate in favor of http://drupal.org/node/61456 since that was reported first. A new patch using filter_xss as suggested in that page is available there.