summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-08-19 00:22:39 +0200
committerAndreas Gohr <andi@splitbrain.org>2007-08-19 00:22:39 +0200
commitf6547e5d2c62a7ac418a7be702b3ad24a068b009 (patch)
tree8b775d0cbc5c5d9beb24e73d12b6dcc9353df332
parentaad41e93c222fa7fa62d9fc349aaf76a1f82bf91 (diff)
downloadrpg-f6547e5d2c62a7ac418a7be702b3ad24a068b009.tar.gz
rpg-f6547e5d2c62a7ac418a7be702b3ad24a068b009.tar.bz2
typo fix FS#1229
darcs-hash:20070818222239-7ad00-d427f89d0cd9cdc88cf99538209e50e1b001ea9c.gz
-rw-r--r--inc/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php
index a02493994..463a2e0ce 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -581,7 +581,7 @@ function tpl_actionlink($type,$pre='',$suf='',$inner=''){
if(!empty($INFO['draft'])) {
tpl_link(wl($ID,'do=draft'),
$pre.(($inner)?$inner:$lang['btn_draft']).$suf,
- 'class="action edit" acceskey="e" rel="nofollow"');
+ 'class="action edit" accesskey="e" rel="nofollow"');
} else {
if($INFO['exists']){
tpl_link(wl($ID,'do=edit&amp;rev='.$REV),