In function delicious_recent(), the ul tag is not closed.

Comments

Anonymous’s picture

to fix this manually, replace

}
	}
	$o .= '</div>';

with

}
	$o .= '</ul>';
	}
	$o .= '</div>';
fx-1’s picture

fixed, obtain current version from http://cvs.1361b.net/index.cgi/drupalhacks/delicious/

my drupal cvs acct remains broken at this time.

Anonymous’s picture