From 04ffe374a114d6ed982e5c295ca64da529d690c3 Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Mon, 21 May 2012 13:34:53 +0200 Subject: [PATCH] layout improvement in attribute display --- app/View/Events/view.ctp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/View/Events/view.ctp b/app/View/Events/view.ctp index 8c3f34738..4f34aaff9 100755 --- a/app/View/Events/view.ctp +++ b/app/View/Events/view.ctp @@ -109,7 +109,8 @@ Html->link($filename_hash[0], array('controller' => 'attributes', 'action' => 'download', $attribute['id'])); if (isset($filename_hash[1])) echo ' | '.$filename_hash[1];