PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user