diff --git a/site/templates/drhider.html b/site/templates/drhider.html index c372ab7..922746a 100644 --- a/site/templates/drhider.html +++ b/site/templates/drhider.html @@ -84,7 +84,7 @@ Сверка договоров | DrHider - v1.12 + v1.13 @@ -207,7 +207,7 @@ function render() { LIST.innerHTML = files.map((f,i) => { let display = esc(f.name); if (f.name.toLowerCase().endsWith('.pdf')) { - display += ' → ' + esc(f.name.slice(0,-4)) + '.docx'; + display += ' → *.docx'; } return `
${display}${fmt(f.size)}×
`; }).join('');