Search…

X3 Photo Gallery Support Forums

Search…
 
tschortsch
Experienced
Topic Author
Posts: 150
Joined: 01 Apr 2010, 17:23

Textpage font color

28 Oct 2011, 15:12

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?!
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Textpage font color

29 Oct 2011, 02:05

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.
Attachments
XmlController.php.zip
(4.62 KiB) Downloaded 255 times
firedev.com
 
tschortsch
Experienced
Topic Author
Posts: 150
Joined: 01 Apr 2010, 17:23

Re: Textpage font color

31 Oct 2011, 05:27

Thanks, now it's working! :D