From dfb6061b4193b5eee3d6789a746ecba31afb76b0 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 8 Jun 2021 18:16:43 +0200 Subject: [PATCH] fix classes of table --- views/bootstrap/class.MyAccount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.MyAccount.php b/views/bootstrap/class.MyAccount.php index bc8149d26..69b27cd84 100644 --- a/views/bootstrap/class.MyAccount.php +++ b/views/bootstrap/class.MyAccount.php @@ -63,7 +63,7 @@ class SeedDMS_View_MyAccount extends SeedDMS_Theme_Style { $this->columnStart(12); } - print "\n"; + print "
\n"; print "\n"; print "\n"; print "\n";
".getMLText("name")." : ".htmlspecialchars($user->getFullName()).($user->isAdmin() ? " (".getMLText("admin").")" : "")."