From 21a1520719b2d1591e73318e35957ec581a5ec0f Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Thu, 9 Mar 2006 00:28:57 +0100 Subject: unique id for top button, link and anchor darcs-hash:20060308232857-d5083-f9aa3009a5b70cbcb14d66ae94deb3edf6da3693.gz --- inc/html.php | 2 +- inc/template.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/html.php b/inc/html.php index e21047cda..c0ce8527f 100644 --- a/inc/html.php +++ b/inc/html.php @@ -173,7 +173,7 @@ function html_topbtn(){ global $lang; $ret = ''; - $ret = ''; + $ret = ''; return $ret; } diff --git a/inc/template.php b/inc/template.php index a1911f18b..091cd2e56 100644 --- a/inc/template.php +++ b/inc/template.php @@ -431,7 +431,7 @@ function tpl_actionlink($type,$pre='',$suf=''){ tpl_link(wl($ID,'do=index'),$pre.$lang['btn_index'].$suf,'class="action index" accesskey="x"'); break; case 'top': - print ''.$pre.$lang['btn_top'].$suf.''; + print ''.$pre.$lang['btn_top'].$suf.''; break; case 'back': if ($ID = tpl_getparent($ID)) { -- cgit v1.2.3