diff options
Diffstat (limited to 'app/Template/action/index.php')
-rw-r--r-- | app/Template/action/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/action/index.php b/app/Template/action/index.php index ca9c6543..6898fc26 100644 --- a/app/Template/action/index.php +++ b/app/Template/action/index.php @@ -42,7 +42,7 @@ <?= $this->text->in($param['value'], $colors_list) ?> <?php elseif ($this->text->contains($param['name'], 'category_id')): ?> <?= $this->text->in($param['value'], $categories_list) ?> - <?php elseif ($this->text->contains($param['name'], 'label')): ?> + <?php else: ?> <?= $this->e($param['value']) ?> <?php endif ?> </strong> |