Menu

#3 class attribute given to link tag is lost

open
nobody
None
5
2004-12-28
2004-12-28
MoMaT
No

When a link tag is given a class attribute (to style
the link) like this:
<link class="xxx" ref="site://blabla.zip">blabla.zip</link>
it is transformed to an anchor tag loosing the class
attribute, like this:
<a href="blabla.zip">blabla.zip</a>
All HTML compliant attributes of the link tag should be
preserved.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.