diff options
Diffstat (limited to 'w/view/templates/edittopbar.php')
-rw-r--r-- | w/view/templates/edittopbar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/w/view/templates/edittopbar.php b/w/view/templates/edittopbar.php index 7e7f9e8..ffd1c0f 100644 --- a/w/view/templates/edittopbar.php +++ b/w/view/templates/edittopbar.php @@ -4,7 +4,7 @@ <!-- <input type="submit" name="action" value="display" accesskey="c" onclick="document.getElementById('artedit').submit();" form="artedit"> --> <!-- <input type="submit" name="action" value="delete" onclick="confirmSubmit(event, 'Delete this article', 'artedit')" form="artedit"> --> <a href="?id=<?= $art->id() ?>" target="_blank">👁</a> - + <a href="?id=<?= $art->id() ?>&aff=log" target="_blank">¶</a> <span id="headid"><?= $art->id() ?></span> <label for="fontsize">Font-size</label> |