add the forgotton <a href>

This commit is contained in:
astridx 2017-03-10 22:22:00 +01:00
parent cc7df89721
commit 5bb713b157
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ $params = $this->item->params;
<?php echo $this->item->event->beforeDisplayContent; ?>
<div itemprop="articleBody">
<?php echo $this->item->url; ?>
<a href="<?php echo $this->item->url; ?>" target="_blank" itemprop="url">
<?php echo JStringPunycode::urlToUTF8($this->item->url); ?>
</a>
<?php echo $this->item->description; ?>
</div>