diff --git a/views/biblio_handler_citation.inc b/views/biblio_handler_citation.inc index ed5fd98..a7f1c39 100755 --- a/views/biblio_handler_citation.inc +++ b/views/biblio_handler_citation.inc @@ -37,6 +37,7 @@ class biblio_handler_citation extends views_handler_field { $inline = false; if ($node->type == 'biblio') { + if (variable_get('biblio_hide_bibtex_braces', 0)) $node->title = biblio_remove_brace($node->title); return theme('biblio_entry', $node, $base, $this->options['style_name'], $inline); } }