if ($display_options == 'teaser') {
    $output = '';
    foreach ($items as $node) {
      $output .= '<li>'. l($node->title, 'node/'. $node->nid);
      $output .= ' - '. $node->teaser;
      $output .= "</li>\n";
    }
    if ($output) {
      echo "<ul>" . $output . "</ul>";
    }


Comments

rmiddle’s picture

Status: Patch (to be ported) » Fixed

Ok that is a minor change. It looks like it has already been done in 5.x Committed to CVS will be in the next release.

Thanks
Robert

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.