Forums
(@ademomer)
8 years, 2 months ago
Ok I have resolved the issue.
My <p> was looking like this:
<p title="<?php echo some_function('mail'); ?>"><?php echo some_function('mail'); ?></p>
I just removed “title=”” part from <p>.
Hi, any suggestions?