mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:38:17 +08: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