Forums
(@ademomer)
7 years, 1 month 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?