From 156566a59a3e845ffbf5306445c2f7e19f4da3b7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 11 Dec 2005 20:01:59 +0000 Subject: [PATCH] Add names to buttons in row_submit() --- printer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/printer.php b/printer.php index 61cfbb5..cf8270e 100644 --- a/printer.php +++ b/printer.php @@ -686,8 +686,8 @@ EOD; $reset = (($reset) ? " $reset " : ''); } - $output = "\n\t\t"; - $output .= ($reset ? "\n\t\t" : ''); + $output = "\n\t\t"; + $output .= ($reset ? "\n\t\t" : ''); $output .= ($extra ? "\n\t\t$extra" : ''); $output .= "\n\t"; $this->row_tfoot($output, $colspan); -- 2.22.5