Active
Project:
Image Caption
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2009 at 09:31 UTC
Updated:
31 Aug 2010 at 03:25 UTC
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
Comment #1
scott859 commentedGreetings,
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:
"text inside quotes here"This will produce the caption: "text inside quotes here"
Scott
Comment #2
davemybes commentedI 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 ;.