| = $this->getHtml('Name'); ?>
- | = htmlspecialchars($modules[$id]['name']['external'], ENT_COMPAT, 'utf-8'); ?>
+ | = $this->printHtml($modules[$id]['name']['external']); ?>
|
| = $this->getHtml('Version'); ?>
- | = htmlspecialchars($modules[$id]['version'] , ENT_COMPAT, 'utf-8'); ?>
+ | = $this->printHtml($modules[$id]['version'] ); ?>
|
| = $this->getHtml('CreatedBy'); ?>
- | = htmlspecialchars($modules[$id]['creator']['name'] , ENT_COMPAT, 'utf-8'); ?>
+ | = $this->printHtml($modules[$id]['creator']['name'] ); ?>
|
| = $this->getHtml('Website'); ?>
- | = htmlspecialchars($modules[$id]['creator']['website'] , ENT_COMPAT, 'utf-8'); ?>
+ | = $this->printHtml($modules[$id]['creator']['website'] ); ?>
|
| = $this->getHtml('Description'); ?>
- | = htmlspecialchars($modules[$id]['description'] , ENT_COMPAT, 'utf-8'); ?>
+ | = $this->printHtml($modules[$id]['description'] ); ?>
|
|
diff --git a/Theme/Backend/settings-general.tpl.php b/Theme/Backend/settings-general.tpl.php
index 6c9c764..2cbeed8 100644
--- a/Theme/Backend/settings-general.tpl.php
+++ b/Theme/Backend/settings-general.tpl.php
@@ -51,9 +51,9 @@ $currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
@@ -75,25 +75,25 @@ $currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -115,14 +115,14 @@ $currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
|
|
|
|
|
= $this->getHtml('Numberformat'); ?>
|
|
|
- |
|
- |
+ |
|
+ |
|