AnchyDev / BreakingNewsOverride

An Azeroth Core module to allow the display of the Breaking News section on the character select screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error using ' in the title

Tony931023 opened this issue · comments

Changing BreakingNews.Title = "Breaking News" to BreakingNews.Title = "Aman'Thul News" displays an error

You need to escape the '.
For example:
BreakingNews.Title = "Aman\'Thul News"