Skip to content

Commit ed5a4c7

Browse files
fix: escape html in log viewer
1 parent 3ed03f5 commit ed5a4c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frosh/tools",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "Provides some basic things for managing the Shopware Installation",
55
"type": "shopware-platform-plugin",
66
"license": "MIT",

src/Resources/app/administration/src/module/frosh-tools/component/frosh-tools-tab-logs/template.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
/>
8282
</button>
8383
</template>
84-
<div v-html="displayedLog.message"></div>
84+
<div>{{ displayedLog.message }}</div>
8585
</sw-modal>
8686
</sw-card-view>

0 commit comments

Comments
 (0)