Skip to content

Commit

Permalink
[KDiscuss K6.0.0] Wrong links in messages on Joomla pages (part 2) #306
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Dec 15, 2022
1 parent 74545a5 commit 208121f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/content/kunenadiscuss/tmpl/default_message.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<div class="row g-0">
<div class="card-header panel-heading">
<div class="float-start"><?php echo $message->getAuthor()->getLink(null, null, '') . ' ' . Text::_('COM_KUNENA_MESSAGE_REPLIED'); ?></div>
<div class="float-end" style="padding-left: 5px;"><a href="<?php echo $topic->getUri($category, $message) . '#' . $message->id; ?>" rel="canonical">#<?php echo $numLink; ?></a></div>
<div class="float-end" style="padding-left: 5px;"><a href="<?php echo $topic->getUri($category, $message); ?>" rel="canonical">#<?php echo $numLink; ?></a></div>
<div class="float-end text-muted"><?php echo KunenaDate::getInstance($message->time)->toKunena('config_postDateFormat') ?></div>
</div>
<div class="col-md-1">
Expand Down

0 comments on commit 208121f

Please sign in to comment.