Caption fix
-
The caption for the title in the plugin creates a broken title when it has double quotes in it.
I suggest to add a htmlspecialchars() to the caption in the code:if(!empty($entry['caption'])) { $caption = $entry['caption']['text']; } else { $caption = ''; } $caption = htmlspecialchars($caption);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Caption fix’ is closed to new replies.