Skip to content

Commit cf180b4

Browse files
author
Pranay Tippa
committed
fixiing conflicts
1 parent ffe7d5e commit cf180b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks/form/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defaultErrorMessages } from './constant.js';
33
import { externalize } from './rules/functions.js';
44

55
const headings = Array.from({ length: 6 }, (_, i) => `<h${i + 1}>`).join('');
6-
const allowedTags = `${headings}<a><b><p><i><em><strong><ul><li><ol><br><hr><u><sup><sub><s>`
6+
const allowedTags = `${headings}<a><b><p><i><em><strong><ul><li><ol><br><hr><u><sup><sub><s>`;
77

88
export function stripTags(input, allowd = allowedTags) {
99
if (typeof input !== 'string') {

0 commit comments

Comments
 (0)