From 8e18237679adb5ddfdcb469e1c483dcb1c065575 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 24 Feb 2015 10:05:54 +0100 Subject: Fix for long contact names in currently active offers --- include/home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/home.php b/include/home.php index 0be5f7e..219c205 100644 --- a/include/home.php +++ b/include/home.php @@ -141,7 +141,7 @@ require('header.php'); krsort($list, SORT_STRING); foreach ($list as $item) { echo "

#{$item['id']} to {$item['contactClientName']} ({$item['start']} - {$item['end']}){$item['percentage']}% complete

-
+
"; } -- cgit v1.2.3