diff --git a/src/main/webapp/swbadmin/jsp/SWBATemplateEdit/fileManager.jsp b/src/main/webapp/swbadmin/jsp/SWBATemplateEdit/fileManager.jsp index cc4fdb9..7491d35 100644 --- a/src/main/webapp/swbadmin/jsp/SWBATemplateEdit/fileManager.jsp +++ b/src/main/webapp/swbadmin/jsp/SWBATemplateEdit/fileManager.jsp @@ -24,11 +24,11 @@ @@ -57,7 +57,7 @@ margin: 0px; } - #elfinder_<%= websiteId %>_<%= templateId %> { + #elfinder_<%= websiteId.replace("-", "_") %>_<%= templateId %> { width: 100%; min-width: 100%; height: 100% !important; @@ -71,6 +71,6 @@
- +