Use single quotes for attributes with Markdown/HTML content to avoid browser bugs
This commit is contained in:
@@ -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 ?>
|
||||
|
||||
Reference in New Issue
Block a user