diff --git a/Admin/Settings/Theme/Backend/settings.tpl.php b/Admin/Settings/Theme/Backend/settings.tpl.php
index 37910d6..c271f14 100755
--- a/Admin/Settings/Theme/Backend/settings.tpl.php
+++ b/Admin/Settings/Theme/Backend/settings.tpl.php
@@ -43,7 +43,7 @@ echo $this->data['nav']->render();
?>
-
+
diff --git a/Theme/Backend/accounts-single.tpl.php b/Theme/Backend/accounts-single.tpl.php
index be97002..1a68a21 100755
--- a/Theme/Backend/accounts-single.tpl.php
+++ b/Theme/Backend/accounts-single.tpl.php
@@ -50,7 +50,7 @@ $next = empty($audits)
echo $this->data['nav']->render(); ?>
-
+
diff --git a/Theme/Backend/groups-single.tpl.php b/Theme/Backend/groups-single.tpl.php
index b0ed982..1b7033d 100755
--- a/Theme/Backend/groups-single.tpl.php
+++ b/Theme/Backend/groups-single.tpl.php
@@ -36,7 +36,7 @@ $next = empty($audits)
echo $this->data['nav']->render(); ?>
-
+
diff --git a/Theme/Backend/modules-list.tpl.php b/Theme/Backend/modules-list.tpl.php
index a2da760..6365404 100755
--- a/Theme/Backend/modules-list.tpl.php
+++ b/Theme/Backend/modules-list.tpl.php
@@ -86,7 +86,7 @@ $tableView->setObjects($modules);
}
?>
- | = $module->id; ?>
+ | = $module->getId(); ?>
| = $this->printHtml($module->getExternalName()); ?>
| = $this->printHtml($module->getVersion()); ?>
|
diff --git a/Theme/Backend/settings-general.tpl.php b/Theme/Backend/settings-general.tpl.php
index 2b8400b..6a4f524 100755
--- a/Theme/Backend/settings-general.tpl.php
+++ b/Theme/Backend/settings-general.tpl.php
@@ -41,7 +41,7 @@ $l11n = $this->getData('defaultlocalization') ?? new NullLocalization();
?>
-
+
|