fix(java-spring): correct document icon name. Fix Bug 73118

This commit is contained in:
sshakndr
2025-02-10 14:25:33 +07:00
parent d4aaa38414
commit e14be1b9c9

View File

@ -23,7 +23,7 @@
*
-->
<title>ONLYOFFICE</title>
<link rel="icon" th:href="@{/css/img/{icon}.ico(icon=${model.getDocumentType()})}" type="image/x-icon"/>
<link rel="icon" th:href="@{/css/img/{icon}.ico(icon=${model.getDocumentType().toString().toLowerCase()})}" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="css/editor.css" />
<script type="text/javascript" th:src="@{${docserviceApiUrl}}"></script>