fix some html markup IE complains about

This commit is contained in:
Ralf Becker 2014-02-19 11:49:53 +00:00
parent 92c833afaa
commit 5734d2e143

View File

@ -793,7 +793,7 @@ abstract class egw_framework
*/
protected static function _get_quick_add()
{
return '<span id="quick_add" />';
return '<span id="quick_add"></span>';
}
/**