Use single quotes for attributes with Markdown/HTML content to avoid browser bugs

This commit is contained in:
Frederic Guillot
2015-02-24 21:36:50 -05:00
parent 4fc518b2c9
commit c4aed0e749
6 changed files with 9 additions and 9 deletions

View File

@@ -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 ?>