Update dependencies in pubspec.lock and add new mod 'Odyssey' to mod list
This commit is contained in:
@@ -44,7 +44,7 @@ class FormatConverter {
|
||||
'td',
|
||||
];
|
||||
for (final tag in tagTypes) {
|
||||
final openCount = '[${tag}'.allMatches(result).length;
|
||||
final openCount = '[$tag'.allMatches(result).length;
|
||||
final closeCount = '[/$tag]'.allMatches(result).length;
|
||||
if (openCount > closeCount) {
|
||||
result = result + '[/$tag]' * (openCount - closeCount);
|
||||
|
Reference in New Issue
Block a user