Help debugging a wierd line break issue
-
Hi,
I have a plugin that generates a Flickr Gallery. https://www.ads-software.com/extend/plugins/awesome-flickr-gallery-plugin/
One of my users reported that he is getting all sorts of code on the gallery page instead of photos. Here is the page – https://www.harwichfoe.co.uk/gallery?afg_page_id=1
I noticed that there is a
tag at places where I have line continuation in the code.For example if my PHP code is –
$disp_gallery .= “<font size=\”3\”
style=\”text-align:center\”>Photo Title</font>”The code generated is –
<font size=”3″
style=”text-align:center”>Photo Title</font>
Can you help me identify the problem here? No other user has reported any such issue so far.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Help debugging a wierd line break issue’ is closed to new replies.