Skip to content

Commit 4ca6c30

Browse files
committed
fix: visualizzazioni tasti
1 parent 1832b85 commit 4ca6c30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ public static function getMainMenu($depth = 3)
312312
*/
313313
public static function link($modulo, $id_record = null, $testo = null, $alternativo = true, $extra = null, $blank = true, $anchor = null, $params = null)
314314
{
315-
$testo = isset($testo) ? nl2br(htmlspecialchars($testo, ENT_QUOTES, 'UTF-8')) : '';
315+
$testo = isset($testo) ? nl2br($testo) : '';
316316
$alternativo = is_bool($alternativo) && $alternativo ? $testo : $alternativo;
317317

318318
// Verifica se il testo contiene un'icona

0 commit comments

Comments
 (0)