Re-indent with spaces TOC Depth filter

Travis said spaces, not tab. Meh.
This commit is contained in:
Louis 2014-03-31 17:07:58 +02:00
parent 88be3c962e
commit b7fd623121
2 changed files with 48 additions and 48 deletions

View File

@ -150,7 +150,7 @@ class TOC
public function getTitles()
{
$titles = self::$_titles;
foreach ($titles as $i=>$title) {
foreach ($titles as $i => $title) {
if ($this->_minDepth > $title['depth']) {
unset($titles[$i]);
}