diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-02-15 10:04:54 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-02-15 10:04:54 +0100 |
commit | 10bd69fc459dde7a3022736e9a9c39bdb52e81ef (patch) | |
tree | cade97c8e19221384473e8f5f8a5ff6b952fe990 | |
parent | 02cc92970191a8f6f08ce3a22d13e87a7053608f (diff) | |
download | rpg-10bd69fc459dde7a3022736e9a9c39bdb52e81ef.tar.gz rpg-10bd69fc459dde7a3022736e9a9c39bdb52e81ef.tar.bz2 |
add title attribute on page title FS#1330
darcs-hash:20080215090454-7ad00-08e589042a671699f6efc7f23faa6cf3e05f1f2c.gz
-rw-r--r-- | lib/tpl/default/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php index 5c6a45e04..bb5391f8c 100644 --- a/lib/tpl/default/main.php +++ b/lib/tpl/default/main.php @@ -43,7 +43,7 @@ if (!defined('DOKU_INC')) die(); <div class="header"> <div class="pagename"> - [[<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true))?>]] + [[<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"')?>]] </div> <div class="logo"> <?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[ALT+H]"')?> |