main
Haoming 2024-09-03 14:14:17 +08:00
parent d498107398
commit 952efce941
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class LeFormatter {
if ((substitute == null) && (!uniqueSet.has(cleanedTag))) {
uniqueSet.add(cleanedTag);
resultArray.push(cleanedTag);
resultArray.push(tag);
return;
}