I'm getting span ext class tags added when they're not actually wrapping around anything, is this happening for any particular reason? If not, how do I fix? Here's an example of what's happening (as shown in a print_r debugging statement):

  <li><pre>Bob<br>[<span class="ext"></span><a target="_blank" class="ext" href="http://www.infosniper.net/?ip_address=100.0.0.33">100.0.0.33</a>]</pre></li>
  <li><pre>Jane<br>[<span class="ext"></span><a target="_blank" class="ext" href="http://www.infosniper.net/?ip_address=100.0.0.34">100.0.0.34</a>]</pre></li>
  <li><pre>Don<br>[<span class="ext"></span><a target="_blank" class="ext" href="http://www.infosniper.net/?ip_address=100.0.0.35">100.0.0.35</a>]</pre></li>
  <li><pre><span class="ext"></span><a target="_blank" class="ext" href="http://www.facebook.com/Judy">Judy</a><br>[<span class="ext"></span><a target="_blank" class="ext" href="http://www.infosniper.net/?ip_address=100.0.0.36">100.0.0.36</a>]</pre></li>

As you can see, the ext tag is also being added to the a tag. Seems like a lot of extra unneeded code to add empty class tags?

Thanks for any help
p.s. and Yes I'm still using D5, it's for a client and I have no choice. ;)

CommentFileSizeAuthor
#1 Capture.PNG2.78 KBelachlan

Comments

elachlan’s picture

Status: Active » Closed (won't fix)
StatusFileSize
new2.78 KB

I believe that is how it works. The image is applied to the span. (see image below)

Also if you have styled the external links to be display:block, extlink will not work.

See issue: https://drupal.org/node/1932886

example