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 10d4aaa2..0194672a 100644 --- a/app/Template/project/index.php +++ b/app/Template/project/index.php @@ -49,7 +49,7 @@ <?php endif ?> <?php if (! empty($project['description'])): ?> - <span class="tooltip" title='<?= $this->text->e($this->text->markdown($project['description'])) ?>'> + <span class="tooltip" title="<?= $this->text->markdownAttribute($project['description']) ?>"> <i class="fa fa-info-circle"></i> </span> <?php endif ?> |