diff --git a/modules/turnero/views/historial.php b/modules/turnero/views/historial.php index 0e0e654..000dd3c 100644 --- a/modules/turnero/views/historial.php +++ b/modules/turnero/views/historial.php @@ -255,7 +255,7 @@ let _state = { // ── Utilidades ──────────────────────────────────────────────── const esc = s => (s == null ? '' : String(s)) .replace(/&/g,'&').replace(//g,'>') - .replace(/"/g,'"').replace(/'/g,'''); + .replace(/"/g,'"').replace(/'/g,''').replace(/`/g,'`'); function hoy() { return new Date().toISOString().slice(0,10); } function hace(n){ return new Date(Date.now()-n*86400000).toISOString().slice(0,10); } @@ -467,7 +467,7 @@ function renderTabla(turnos) {