Browse Source

fix target link on dashboard

pull/9/head
Aaron Parecki 8 years ago
parent
commit
44cdf1d6f2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      views/dashboard.php

+ 1
- 1
views/dashboard.php View File

@ -52,7 +52,7 @@
</td>
<td>
source=<a href="<?= $this->e($mention['webmention']->source) ?>"><?= $this->e($mention['webmention']->source) ?></a><br>
target=<a href="<?= $this->e($mention['webmention']->source) ?>"><?= $this->e($mention['webmention']->target) ?></a>
target=<a href="<?= $this->e($mention['webmention']->target) ?>"><?= $this->e($mention['webmention']->target) ?></a>
</td>
</tr>
<?php endforeach; ?>

Loading…
Cancel
Save