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