diff options
Diffstat (limited to 'app/Template/board/swimlane.php')
-rw-r--r-- | app/Template/board/swimlane.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/swimlane.php b/app/Template/board/swimlane.php index ec298e24..4be92e58 100644 --- a/app/Template/board/swimlane.php +++ b/app/Template/board/swimlane.php @@ -28,7 +28,7 @@ <?= $this->e($column['title']) ?> <?php if (! empty($column['description'])): ?> - <span class="column-tooltip pull-right" title="<?= $this->markdown($column['description']) ?>"> + <span class="column-tooltip pull-right" title='<?= $this->markdown($column['description']) ?>'> <i class="fa fa-info-circle"></i> </span> <?php endif ?> |