mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 14:43:36 +00:00
Replace & with & char
This commit is contained in:
@@ -67,6 +67,7 @@ public class MusicUtil {
|
||||
return getReadableString(string)
|
||||
.replaceAll(""", "\"")
|
||||
.replaceAll("'", "'")
|
||||
.replaceAll("&", "'")
|
||||
.replaceAll("<a[\\s]+([^>]+)>((?:.(?!</a>))*.)</a>", "");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user