From 6918bb5a9e5505ebdeb1abd93127a68db5ece8b6 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Thu, 19 Jun 2008 15:29:05 +0000 Subject: [PATCH] Fixed layout of hyperlink_params_td() --- includes/ui/ui_controls.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index 3452b0bd..2fc434be 100644 --- a/includes/ui/ui_controls.inc +++ b/includes/ui/ui_controls.inc @@ -100,7 +100,7 @@ function hyperlink_params($target, $label, $params, $center=true) function hyperlink_params_td($target, $label, $params) { echo ""; - hyperlink_params($target, $label, $params); + hyperlink_params($target, $label, $params, false); echo "\n"; } -- 2.30.2