Page 1 of 1

Textpage font color

Posted: 28 Oct 2011, 15:12
by tschortsch
Hey!

I updated to Imagevue 2.7.6 yesterday and found out something strange right now. When I create a new textpage and try to change the color of some text, the color doesn't change. HTML code shows following:
Code
<p>Test</p>
<p><font style="color: #ff0000;">Test</font></p>
It works when changing the font tag to:
Code
<p>Test</p>
<p><font color="#ff0000">Test</font></p>
Is this a bug or am I doing something wrong?!

Re: Textpage font color

Posted: 29 Oct 2011, 02:05
by Nick
Thanks for bringing this up, here is the new XMLController that should fix it, replace iv-includes/controllers/XmlController.php with the file included and we will update the downloadable .zip file meanwhile.

Re: Textpage font color

Posted: 31 Oct 2011, 05:27
by tschortsch
Thanks, now it's working! :D