Improved report Journal Entries (rep702.php) to show memo in multiple lines.
[fa-stable.git] / themes / cool / renderer.php
index d9d286b265809f3ed0f95ea91f4775d79af529b5..925631403dcf966575cde1e9bb67bff9dbba0c3e 100644 (file)
@@ -14,7 +14,7 @@
                function get_icon($category)
                {
                        global  $path_to_root, $show_menu_category_icons;
-;
+
                        if ($show_menu_category_icons)
                                $img = $category == '' ? 'right.gif' : $category.'.png';
                        else