Aggregate module special characters

Aggregate module special characters

Hold on Cowboy

This blog post is pretty old. Be careful with the information you find in here. It's likely dead, dying, or wildly inaccurate.

To keep the aggregate module from displaying HTML entities, I’ve made this change on Wildpaddle.com

` Index: aggregator.module

RCS file: /cvs/drupal/drupal/modules/aggregator.module,v retrieving revision 1.279 diff -u -p -r1.279 aggregator.module --- aggregator.module 2 May 2006 13:28:04 -0000 1.279 +++ aggregator.module 2 May 2006 17:04:34 -0000 @@ -1332,7 +1332,7 @@ function theme_aggregator_page_item($ite }

$output .= “<div class=“feed-item”>\n”;

  • $output .= ’

\n”;

  • $output .= ’

\n”; $output .= “<div class=“feed-item-meta”>$source <span class=“feed-item-date”>$source_date\n”;

if ($item->description) { `