In function delicious_recent(), the ul tag is not closed.
to fix this manually, replace
} } $o .= '</div>';
with
} $o .= '</ul>'; } $o .= '</div>';
fixed, obtain current version from http://cvs.1361b.net/index.cgi/drupalhacks/delicious/
my drupal cvs acct remains broken at this time.
Comments
Comment #1
(not verified) commentedto fix this manually, replace
with
Comment #2
fx-1 commentedfixed, obtain current version from http://cvs.1361b.net/index.cgi/drupalhacks/delicious/
my drupal cvs acct remains broken at this time.
Comment #3
(not verified) commented