diff --git a/views/bootstrap/class.ImportUsers.php b/views/bootstrap/class.ImportUsers.php index 5886caccf..cff4b508f 100644 --- a/views/bootstrap/class.ImportUsers.php +++ b/views/bootstrap/class.ImportUsers.php @@ -102,12 +102,12 @@ class SeedDMS_View_ImportUsers extends SeedDMS_Bootstrap_Style { if(isset($newuser['__logs__'])) { foreach($newuser['__logs__'] as $item) { $class = $item['type'] == 'success' ? 'success' : 'error'; - echo " ".htmlspecialchars($item['msg'])."
"; + echo " ".htmlspecialchars($item['msg'])."
"; } } foreach($log[$uhash] as $item) { $class = $item['type'] == 'success' ? 'success' : 'error'; - echo " ".htmlspecialchars($item['msg'])."
"; + echo " ".htmlspecialchars($item['msg'])."
"; } echo ""; echo "\n";