Browse Source

Remove debug message.

Alexander O'Neill 6 years ago
parent
commit
1eb4f64b3f
  1. 2
      bibcite_footnotes.module

2
bibcite_footnotes.module

@ -82,7 +82,7 @@ function bibcite_footnotes_theme_footnote_list($footnotes) {
$str .= $fn['text'] . "</li>\n";
}
}
$str .= "</ul>\nThat's all, folks";
$str .= "</ul>";
return $str;
}
Loading…
Cancel
Save