mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Replace & with & char
This commit is contained in:
parent
2d29a625f2
commit
055ac44cf6
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ public class MusicUtil {
|
|||
return getReadableString(string)
|
||||
.replaceAll(""", "\"")
|
||||
.replaceAll("'", "'")
|
||||
.replaceAll("&", "'")
|
||||
.replaceAll("<a[\\s]+([^>]+)>((?:.(?!</a>))*.)</a>", "");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue