mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
FIX: capital bbcode tags were broken
This commit is contained in:
parent
a15b2fdeca
commit
322618fc34
@ -51,6 +51,8 @@ export function parseBBCodeTag(src, start, max, multiline) {
|
||||
return;
|
||||
}
|
||||
|
||||
tag = tag.toLowerCase();
|
||||
|
||||
return {tag, length: tag.length+3, closing: true};
|
||||
}
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user