Posted by kardave on February 12, 2009 at 9:31am
Jump to:
| Project: | Image Caption |
| Version: | 6.x-2.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
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:
"text inside quotes here"This will produce the caption: "text inside quotes here"
Scott
#2
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 ;.