Page 1 of 1

HTML cluttering HTML-version of gallery

Posted: 23 Nov 2009, 05:03
by hegi
I am using HTML tags to add links to the descriptions of gallery folders. If i am viewing the HTML gallery version of the parent folder, HTML tags seem to mess up the layout.

See the example here: http://hegi.info/h/g/?content/sport/han ... 7_1m/2009/

Sample HTML used for the first item:
Code
TSV 1887 Wuppertal 1M vs. Barmer TV 1M (<a href="http://www.sis-handball.de/web/default.aspx?view=Spiel&Liga=001510505502510503000000000000000003019"><b>SIS-Handball</b> Link</a>) am 01. November 2009 (<i>in der SPORThalle</i>) auf der Gathe 
Maybe this is not an issue of imagevue x2: did i use invalid HTML?

Posted: 23 Nov 2009, 09:01
by hegi
Found a fix, but I still consider it an error.

It works, if you use single quotes for the values within the HTML attributes.
It's messing up layout when using double quotes for the values within HTML attributes.

Working (single quotes):
http://hegi.info/h/g/?/content/sport/ha ... sv1887_1F/
Code
SG Monheim 1F vs. TSV 1887 Wuppertal 1F (<a href='http://www.sis-handball.de/web/default.aspx?view=Spiel&Liga=001510505502502000000000000000000006029' target='_blank'><b>SIS-Handball</b> Link</a>) am 31. Oktober 2009 (<i>in der Turnhalle</i>) in Mohnheim
Not working (double quotes):
http://hegi.info/h/g/?/content/sport/ha ... sv1887_1m/
Code
TSV 1887 Wuppertal 1M vs. Barmer TV 1M (<a href="http://www.sis-handball.de/web/default.aspx?view=Spiel&Liga=001510505502510503000000000000000003019" target="_blank"><b>SIS-Handball</b> Link</a>) am 01. November 2009 (<i>in der SPORThalle</i>) auf der Gathe 

Posted: 24 Nov 2009, 04:57
by Nick
Thank you for reporting this, we just re-checked and fixed this issue in all possible places, fix will be available in the next update.

Posted: 24 Nov 2009, 09:32
by hegi
Thank you. :-)