On line 16, the url must be set to absolute

$items = array();
  drupal_set_html_head("<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Atom\" href=\"". url("atom/feed",null,null,true) ."\" />");

Comments

deekayen’s picture

Status: Active » Fixed

Committed in CVS revision 1.11.2.1 to DRUPAL-4-5 branch.

Anonymous’s picture

Status: Fixed » Closed (fixed)