mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix elenco variabili in Stampe ed Email
This commit is contained in:
@@ -127,7 +127,7 @@ if (!empty($variables)) {
|
||||
|
||||
foreach ($variables as $variable => $value) {
|
||||
echo '
|
||||
<li><code>{'.$variable.'}</code></li>';
|
||||
<li><code>'.$variable.'</code></li>';
|
||||
}
|
||||
|
||||
echo '
|
||||
|
||||
@@ -110,7 +110,7 @@ if (!empty($variables)) {
|
||||
|
||||
foreach ($variables as $variable => $value) {
|
||||
echo '
|
||||
<li><code>{'.$variable.'}</code></li>';
|
||||
<li><code>'.$variable.'</code></li>';
|
||||
}
|
||||
|
||||
echo '
|
||||
|
||||
Reference in New Issue
Block a user