Skip to content

Commit

Permalink
Fix double slash
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcoder87 committed Apr 7, 2017
1 parent 4786dc3 commit c04d05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/modules/admin/views/admin/page/index.php
Expand Up @@ -41,7 +41,7 @@
<td><?=$this->getEditIcon(['action' => 'treat', 'id' => $page->getId()]) ?></td>
<td><?=$this->getDeleteIcon(['action' => 'delete', 'id' => $page->getId()]) ?></td>
<td>
<a target="_blank" href="<?=$this->getUrl().'/index.php/'.$this->escape($page->getPerma()) ?>"><?=$this->escape($page->getTitle()) ?></a>
<a target="_blank" href="<?=$this->getUrl().'index.php/'.$this->escape($page->getPerma()) ?>"><?=$this->escape($page->getTitle()) ?></a>
</td>
<?php
if ($this->get('multilingual')) {
Expand Down

0 comments on commit c04d05a

Please sign in to comment.