diff --git a/lab_domicilios.php b/lab_domicilios.php
index a60ba90..beffd11 100644
--- a/lab_domicilios.php
+++ b/lab_domicilios.php
@@ -859,7 +859,7 @@ async function cargarNotasDetalle(domId) {
html += `
${esc(n.titulo||'Sin título')}
${n.cuerpo||''}
- ${n.imagen_path ? `
})
` : ''}
+ ${n.imagen_path ? `
})
` : ''}
${esc(n.created_at||'')}
`;
});
@@ -920,7 +920,7 @@ async function verInformeDom() {
`
${esc(n.titulo||'Sin título')}
${n.cuerpo||''}
- ${n.imagen_path ? `
})
` : ''}
+ ${n.imagen_path ? `
})
` : ''}
`
).join('');
} else {