If you use the original view of the Biblio node (theme_biblio_long()), the Abstract does not display the HTML. Here's what I found would fix it, change:

    $output .= '<h3>' . t("Abstract") . ':</h3> ' . check_markup($node->biblio_abst_e) . "\n";

to:

    $output .= '<h3>' . t("Abstract") . ':</h3> ' . check_markup($node->biblio_abst_e, $node->biblio_formats['biblio_abst_e']) . "\n";

There may be a couple other fields such as "Notes" that need this formatting as well.

Comments

dandaman’s picture

Just noticed that this function is apparently "deprecated". Then what are we supposed to use? Just the tabular view of biblio info?

rjerome’s picture

Or you could use Views an build pretty much anything you want.

liam morland’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)
Related issues: +#1369626: HTML in abstract