Skip to content

Commit 61dc4c1

Browse files
authored
added missing tag Object to the valid html tag list (#6938)
1 parent 789953f commit 61dc4c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/react/Markdown/utils.js

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ const validHtmlTags = new Set([
126126
'meter',
127127
'nav',
128128
'nobr',
129+
'object',
129130
'ol',
130131
'optgroup',
131132
'option',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uwazi",
3-
"version": "1.172.0",
3+
"version": "1.172.1",
44
"description": "Uwazi is a free, open-source solution for organising, analysing and publishing your documents.",
55
"keywords": [
66
"react"

0 commit comments

Comments
 (0)