PASSAGGIO A VITE !

AGG. 1.1.23
This commit is contained in:
Surya Paolo
2025-03-01 14:17:39 +01:00
parent 757bf44c68
commit 45d06b0923
10 changed files with 20 additions and 18 deletions

View File

@@ -5041,8 +5041,11 @@ module.exports = {
descrcontent = '';
}
if (title && icon) {
mystr += `${icon} <strong>${title}</strong>`;
if (title) {
if (icon)
mystr += `${icon} `;
mystr += `<strong>${title}</strong>`;
if (acapo) {
mystr += `\n`;