Browse Source

Remove debug code.

config_filter 8.x-1.0-alpha5
Alexander O'Neill 6 years ago
parent
commit
857eaae45b
  1. 4
      bibcite_footnotes.module

4
bibcite_footnotes.module

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

Loading…
Cancel
Save