Closed (fixed)
Project:
Bibliography Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2010 at 14:12 UTC
Updated:
13 Nov 2010 at 13:20 UTC
# 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
Comment #1
rjerome commentedfor the time being, I've used filter_xss...
http://drupal.org/cvs?commit=444158