From 95b386a3bd552511a5f98a992582ffaae1a751c0 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 24 Feb 2010 14:12:28 +0000 Subject: [PATCH] Small layout fix. Error in html --- CHANGELOG.txt | 1 + includes/ui/ui_lists.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 408d9cf..3b33ba8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -24,6 +24,7 @@ $ -> Affected files $ /taxes/tax_calc.inc ! Small layout fixes $ /admin/backups.php + /includes/ui/ui_lists.inc /reporting/rep107.php /reporting/rep110.php diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index 7465381..bc7fede 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -1994,7 +1994,7 @@ function quick_entries_list_cells($label, $name, $selected_id=null, $type, $subm function quick_entries_list_row($label, $name, $selected_id=null, $type, $submit_on_change=false) { - echo "$label"; + echo "$label"; quick_entries_list_cells(null, $name, $selected_id, $type, $submit_on_change); echo "\n"; } -- 2.30.2