Adding more than one word to the title field breaks the plugin
-
Code before adding the title attribute field:
<a href="https://localhost/jennfaust/"><i class="icon-home"></i><span class="fontawesome-text"> Home</span></a>
Code after adding “Return Home” to the title attribute field:
<a title="Return <i class=" icon-home"=""><span class="fontawesome-text"> Home</span>" href="https://localhost/jennfaust/"><i class="icon-home"></i><span class="fontawesome-text"> Home</span></a>
I haven’t looked into debugging this yet but something isn’t escaping/returning properly ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding more than one word to the title field breaks the plugin’ is closed to new replies.