From 4d490ea02b7d00b49f1c6d8bcfd6d9e456d05852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Salvador?= Date: Thu, 29 Aug 2013 17:18:37 +0200 Subject: [PATCH] open link in new tab --- htdocs/core/class/html.formfile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 97606b19379..275ada1ef28 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -1104,7 +1104,7 @@ class FormFile } else { print ''; - print ''; + print ''; print $link->label; print ''; print "\n";