diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-04 21:23:38 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-04 21:23:38 -0500 |
commit | 68cb070e823402289e75d77b139a6ee7e2d2a759 (patch) | |
tree | 3e684614d099cbabd5114341331a928a9da20fe2 /app/Template/layout.php | |
parent | 436fda01678d1732192493219cea23087dc28bcf (diff) | |
parent | 6696484bd0082c230f91815229f2382e26a5d235 (diff) |
Merge pull-request #691
Diffstat (limited to 'app/Template/layout.php')
-rw-r--r-- | app/Template/layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php index a5d34f4d..9290a21e 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -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->e($this->markdown($description)) ?>'> <i class="fa fa-info-circle"></i> </span> <?php endif ?> |