Extra spaces after closing li
-
In widget.php at line 86 right after you finish echoing the output for an icon and you close the ?>. In between there and the <?php for endif you have extra spaces….actually tabs that get outputted to the browser which creates a space between each icon that can’t easily be overcome by css. Can you please remove that for your next release?
And…..you have a tab before the <?php for endif
And…..you have a tab before the <?php if($instance[$id]
Sorry to be so nit picky but all those extra characters get outputted to the html and effects the display.
Thanks.
- The topic ‘Extra spaces after closing li’ is closed to new replies.