Skip to content

Commit

Permalink
removed not needed attribute, bpmn stored as data-url in download a-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Feb 19, 2024
1 parent 3a186a9 commit 3ee24ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns:th="http://www.thymeleaf.org">
<body>
<div th:fragment="content">
<div id="bpmn-canvas" bpmn="data:application/xml;base64,PHhtbD48L3htbD4" th:attr="bpmn = ${bpmnXml}"></div>
<div id="bpmn-canvas"></div>
</div>
</body>
</html>

0 comments on commit 3ee24ab

Please sign in to comment.