Hi everybody,
In the module, when I write text, the image disappears. When I delete the text, the image reappears in the module.
How can i solve this?
Im using this code:
Cya
In the module, when I write text, the image disappears. When I delete the text, the image reappears in the module.
How can i solve this?
Im using this code:
<div class="soporte-evento ${category}"><div class="calendario"><div class="dia">${startDate(%d)}</div><div class="mes">${startDate(%b)}</div></div>
<div class="titulo">${title}</div>
<div class="detalle-evento">${content(110|...)}</div></div>
Cya