Skip to content

Commit 091ec33

Browse files
authored
Escape HTML in config.yaml
1 parent f6c3f20 commit 091ec33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ properties:
2222
filter_selector:
2323
title: Filter
2424
type: string
25-
description: 'Optional HTML tag that you want to filter out from being compared. Ex: Type a for <a> tags'
25+
description: 'Optional HTML tag that you want to filter out from being compared. Ex: Type <code>a</code> for <code>&lt;a&gt;</code> tags'
2626
slack_webhook:
2727
title: Slack Webhook
2828
type: string

0 commit comments

Comments
 (0)