You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Page broken if the title contains google.com and so on..
Input:
<atitle="This is title for google.com" href="http://translate.google.com" target="_blank" rel="noopener">this is a link to google</a>
Output:
<atitle="This is title for <a href="http://google.com">google.com</a>" href="http://translate.google.com" target="_blank" rel="noopener">this is a link to google</a>
Page broken if the
title
containsgoogle.com
and so on..Input:
Output:
similar with #76
The text was updated successfully, but these errors were encountered: