1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00
This commit is contained in:
Matthew Hodgson
2018-05-19 23:40:22 +01:00
parent 572a31334f
commit 65f0b05719

View File

@@ -92,7 +92,7 @@ const BLOCK_TAGS = {
h1: 'heading-one',
h2: 'heading-two',
h3: 'heading-three',
h4: 'heading-four,
h4: 'heading-four',
h5: 'heading-five',
h6: 'heading-six',
li: 'list-item',