AnchyDev / BreakingNewsOverride

An Azeroth Core module to allow the display of the Breaking News section on the character select screen.
MIT License
16 stars 27 forks source link

Help Me plis #6

Closed htc16 closed 1 year ago

htc16 commented 1 year ago

Error image

Code html

<html><body>
<h1>SimpleHTML Demo: Ambush</h1>
<img src="Interface\Icons\Ability_Ambush" width="32" height="32" align="right"/>
<p align="center">|cffee4400'www.mysite.com'|r</p>
<br/><br/>
<p>Among every ability a rogue has at his disposal,<br/>
Ambush is without a doubt the hardest hitting Rogue ability.</p>
</body></html>

I don't know what may be wrong.

AnchyDev commented 1 year ago

You need to escape the ' like what's written in the readme.md.

htc16 commented 1 year ago

Omg,thx!