diff options
Diffstat (limited to 'app/Template/swimlane')
-rw-r--r-- | app/Template/swimlane/table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/swimlane/table.php b/app/Template/swimlane/table.php index 17be6924..ec3cb621 100644 --- a/app/Template/swimlane/table.php +++ b/app/Template/swimlane/table.php @@ -45,7 +45,7 @@ <?= $this->text->e($swimlane['name']) ?> <?php if (! empty($swimlane['description'])): ?> - <span class="tooltip" title='<?= $this->text->e($this->text->markdown($swimlane['description'])) ?>'> + <span class="tooltip" title="<?= $this->text->markdownAttribute($swimlane['description']) ?>"> <i class="fa fa-info-circle"></i> </span> <?php endif ?> |