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()
|
public function getTitles()
|
||||||
{
|
{
|
||||||
$titles = self::$_titles;
|
$titles = self::$_titles;
|
||||||
foreach ($titles as $i=>$title) {
|
foreach ($titles as $i => $title) {
|
||||||
if ($this->_minDepth > $title['depth']) {
|
if ($this->_minDepth > $title['depth']) {
|
||||||
unset($titles[$i]);
|
unset($titles[$i]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue