3171 - Арт Проект. Исправление ошибок отображения контента в документации...

3171 - Арт Проект. Исправление ошибок отображения контента в документации https://task-on.com/platforma-taskon
parent 67ce85dd
...@@ -200,7 +200,7 @@ class DocList extends \yii\db\ActiveRecord ...@@ -200,7 +200,7 @@ class DocList extends \yii\db\ActiveRecord
$ch = ''; $ch = '';
if ($baseLevel) { if ($baseLevel) {
$open = ''; $open = '';
$ulClass = 'set'; // $ulClass = 'set';
} }
if (isset($item['nodes']) && is_array($item['nodes'])) if (isset($item['nodes']) && is_array($item['nodes']))
$ch = $this->getList($item['nodes'], $open, false); $ch = $this->getList($item['nodes'], $open, false);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment