From 5734d2e143e170df1caa996211526206c1ad1247 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 19 Feb 2014 11:49:53 +0000 Subject: [PATCH] fix some html markup IE complains about --- phpgwapi/inc/class.egw_framework.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.egw_framework.inc.php b/phpgwapi/inc/class.egw_framework.inc.php index ca754a9ded..952a85512a 100644 --- a/phpgwapi/inc/class.egw_framework.inc.php +++ b/phpgwapi/inc/class.egw_framework.inc.php @@ -793,7 +793,7 @@ abstract class egw_framework */ protected static function _get_quick_add() { - return ''; + return ''; } /**