Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
fixed issue with the view link
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhard-tinned authored and remko committed Jul 2, 2015
1 parent cd183a9 commit 8c9fccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<div id="header">
<h1 id="title">Editing <?php print getPage() ?></h1>
<p>[ <a href="<?php print getViewURL()?>">view</a> |
<p>[ <a href="<?php print getViewURL(getPage())?>">view</a> |
<a href="<?php print getHistoryURL()?>">history</a> ]</p>
</div>

Expand Down

0 comments on commit 8c9fccf

Please sign in to comment.