in function station_archive_arg_program_nid_handler($op, &$query, $argtype, $arg = '') in archive/views.inc
case 'title':
$node = db_fetch_object(db_query("SELECT sap.title FROM {station_archive_program} sap WHERE sap.program_nid=%d", $query));
changed
//return check_plain($node->title);
to
return $node->title;
As function format_rss_channel applies check_plain to the title already.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | station-check_plain.patch | 497 bytes | darrick |
Comments
Comment #1
drewish commentedcould you roll a patch?
Comment #2
darrick commentedHere is a patch to the cvs.
Comment #3
vladimir.dolgopolov commentedI don't think it was a good idea to remove check_plain().
alert('XSS');Now I can enter a title like this:
We need here another decision.
Comment #4
damienmckennaThe Drupal 5 versions are no longer supported, if someone would like to step up to co-maintain it then please do so, otherwise future work will only happen for D6 and D7. Thank you.