Hi,

I like this module, thanks your effort.
I have a little notice. If I use colon in the caption (title), caption shows only the text after the colon.
Ex:<img src="..." title="Obama: I screwed up"/>
Caption shows only "I screwed up"

Comments

scott859’s picture

Greetings,

Just a FYI, not a solution, I am using the 6.x version and do not have this issue with the colon, although I have experienced it using various other characters.

Regarding some of those characters that "break" the caption, it is necessary to use their HTML equivalent. For example if you want to use quotes in your caption:

"text inside quotes here"

the above needs to be set up as this:

&quot;text inside quotes here&quot;

This will produce the caption: "text inside quotes here"

Scott

davemybes’s picture

Version: 5.x-2.1 » 6.x-2.5

I am seeing it with the 6.x-2.5 version with the colon. If I try and use the html code for a colon, it still breaks. The separate characters using in the HTML code don't break it i.e. the &, # and ;.