Re-indent with spaces TOC Depth filter
Travis said spaces, not tab. Meh.
This commit is contained in:
parent
88be3c962e
commit
b7fd623121
@ -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]);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user