Edit korean SentSmsCode string:unnecessary br tag
Although the strings of other languages in SentSmsCode don't include '<!CDATA..', the Korean string does that. Unfortunately, that string is not escaped by replaceTags(). So, the CDATA tag must be deleted.
Showing
Please register or sign in to comment