mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
FIX: capital bbcode tags were broken
This commit is contained in:
parent
a15b2fdeca
commit
322618fc34
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ export function parseBBCodeTag(src, start, max, multiline) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tag = tag.toLowerCase();
|
||||||
|
|
||||||
return {tag, length: tag.length+3, closing: true};
|
return {tag, length: tag.length+3, closing: true};
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue