# Notice: Undefined property: stdClass::$format in theme_biblio_tabular() (line 253 of sites/all/modules/biblio/includes/biblio_theme.inc).

The ideal way to fix this would be to migrate to a proper text field (like node body is in D7). A quick work around is to apply a check_plain() or a filter_xss() with a safe set of tags.

Comments

rjerome’s picture

Status: Active » Fixed

for the time being, I've used filter_xss...

http://drupal.org/cvs?commit=444158

Status: Fixed » Closed (fixed)

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