Browse Source

Merge chagnes

8.x-1.0-alpha3
Alexander O'Neill 6 years ago
parent
commit
9e2442417f
  1. 1
      bibcite_footnotes.module

1
bibcite_footnotes.module

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

Loading…
Cancel
Save