$ /includes/packages.inc
+ Added encoding display for chart packages list
$ /install/index.php
+# Fixed multiline package property values display.
+$ /includes/ui/view_package.php
06-Aug-2010 Joe Hunt
# Bank Payment on customer statements shows in credit column, should be debit. Balance ok.
if ($value == '')
continue;
start_row();
- label_cells($field, htmlentities(is_array($value) ? implode('<br>', $value) :$value),
+ label_cells($field, nl2br(htmlentities(is_array($value) ? implode("\n", $value) :$value)),
"class='tableheader2'");
end_row();
}