diff options
Diffstat (limited to 'app/Template/project/index.php')
| -rw-r--r-- | app/Template/project/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project/index.php b/app/Template/project/index.php index 50ca0435..9a0f641c 100644 --- a/app/Template/project/index.php +++ b/app/Template/project/index.php @@ -42,7 +42,7 @@ <?= $this->a($this->e($project['name']), 'project', 'show', array('project_id' => $project['id'])) ?> <?php if (! empty($project['description'])): ?> - <span class="column-tooltip" title="<?= $this->markdown($project['description']) ?>"> + <span class="column-tooltip" title='<?= $this->markdown($project['description']) ?>'> <i class="fa fa-info-circle"></i> </span> <?php endif ?> |
