mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-27 06:18:29 +00:00
add the forgotton <a href>
This commit is contained in:
parent
cc7df89721
commit
5bb713b157
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user