From 938d0beccf3c4671597b07d160a31e7032c94160 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 17 Mar 2012 09:30:49 +0100 Subject: [PATCH] Fix: End of line character is invalid; expected "\n" but found "\r\n" --- htdocs/core/ajax/extraparams.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/ajax/extraparams.php b/htdocs/core/ajax/extraparams.php index 3a363b41997..29feee9e0e4 100644 --- a/htdocs/core/ajax/extraparams.php +++ b/htdocs/core/ajax/extraparams.php @@ -71,4 +71,4 @@ if(! empty($id) && ! empty($element) && ! empty($htmlelement) && ! empty($type)) $result=$object->setExtraParameters(); } -?> +?> \ No newline at end of file