From bb4866bd74ec6b55bf41e75c158d940dced91f2f Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 23 Sep 2006 22:36:09 +0200 Subject: minor bugfix and boring error removal darcs-hash:20060923203609-9b6ab-ecca679faa254a29772868508050fcf3206b0814.gz --- inc/html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/html.php') diff --git a/inc/html.php b/inc/html.php index ee1f60919..46e6bd8c6 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1076,7 +1076,7 @@ function html_edit($text=null,$include='edit'){ //FIXME: include needed?
-
+
@@ -1143,7 +1143,7 @@ function html_minoredit(){ $p['id'] = 'minoredit'; $p['tabindex'] = 3; $p['value'] = '1'; - if($_REQUEST['minor']) $p['checked']='checked'; + if(!empty($_REQUEST['minor'])) $p['checked']='checked'; $att = buildAttributes($p); print ''; -- cgit v1.2.3