popunder, atom-name fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
mse version: 2.5.0
|
||||
short name: Cockatrice
|
||||
full name: Exporter v2.1
|
||||
full name: Exporter v2.2
|
||||
position hint: 100
|
||||
icon: icon.png
|
||||
version: 2024-09-23
|
||||
@@ -100,6 +100,7 @@ script:
|
||||
replace@(match:";", replace:"")+ #remove semicolons
|
||||
replace@(match:"\n", replace:"")+ #remove linebreaks
|
||||
replace@(match:"\\.", replace:"")+ #remove periods
|
||||
replace@(match:"\"", replace:"")+ #remove quotes
|
||||
remove_tags
|
||||
|
||||
# escape special xml characters
|
||||
|
||||
Reference in New Issue
Block a user