mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
* Fixed broken download images with Fourth Edition set;
This commit is contained in:
parent
deb675a74a
commit
dba037858c
6 changed files with 6 additions and 5 deletions
|
|
@ -92,6 +92,7 @@ public class TxtDeckImporter extends DeckImporter {
|
|||
.replace("í", "i")
|
||||
.replace("â", "a")
|
||||
.replace("á", "a")
|
||||
.replace("ú", "u")
|
||||
.replace("\"", "'");
|
||||
if (lineName.contains("//") && !lineName.contains(" // ")) {
|
||||
lineName = lineName.replace("//", " // ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue