Remove all traces of AudioBook, clean up some warnings

This commit is contained in:
Gilles Crettenand
2015-06-03 14:22:20 +02:00
parent eeaa6aa01f
commit de7864de4c
8 changed files with 101 additions and 266 deletions

View File

@@ -53,6 +53,7 @@ class Html extends Formatter {
$first = reset($data);
$single = ! is_array($first);
$columns = array();
$content .= '<table class="table table-striped table-hover table-condensed table-responsive"><thead>';
if($single) {