Use single quotes for attributes with Markdown/HTML content to avoid browser bugs
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<nav>
|
||||
<h1><?= $this->a('K<span>B</span>', 'app', 'index', array(), false, 'logo', t('Dashboard')).' '.$this->summary($this->e($title)) ?>
|
||||
<?php if (! empty($description)): ?>
|
||||
<span class="column-tooltip" title="<?= $this->markdown($description) ?>">
|
||||
<span class="column-tooltip" title='<?= $this->markdown($description) ?>'>
|
||||
<i class="fa fa-info-circle"></i>
|
||||
</span>
|
||||
<?php endif ?>
|
||||
|
||||
Reference in New Issue
Block a user