From b278f2de1a99c9fe50c661080a2a1ed25358d76d Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 26 Oct 2007 23:09:30 +0200 Subject: adds a second class to action buttons darcs-hash:20071026210930-7ad00-e8048c01f924eeaf060effee155fc5d36b997804.gz --- inc/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/html.php b/inc/html.php index 3c7f8e2b1..c6c007553 100644 --- a/inc/html.php +++ b/inc/html.php @@ -163,7 +163,7 @@ function html_btn($name,$id,$akey,$params,$method='get',$tooltip=''){ $params['id'] = $id; } - $ret .= '
'; + $ret .= '
'; if(is_array($params)){ reset($params); -- cgit v1.2.3