Don't markdown project owner's name in tooltip

This commit is contained in:
Andrew Engelbrecht
2018-04-28 21:14:05 -04:00
committed by Frédéric Guillot
parent e8df859da2
commit 9c50fc9eb5
3 changed files with 10 additions and 5 deletions

View File

@@ -10,6 +10,6 @@
<?php endif ?>
</span>
<?php if (! empty($description)): ?>
<?= $this->app->tooltipMarkdown($description) ?>
<?= $this->app->tooltipHTML($description) ?>
<?php endif ?>
</h1>