For example, I want to change Fragment [LINK] (Phase:-1, ID:2058) from
<a href="%s" target="%s">%s</a>
to
<a href="%s">%s</a>
in order to pass XHTML 1.0 Strict validation.
Many Thanks
<a href="%s" target="%s">%s</a>
to
<a href="%s">%s</a>
in order to pass XHTML 1.0 Strict validation.
Many Thanks
Comment