barbarysoftware / Linkifier

A Java library to detect URLs in plain-text strings and convert them to HTML anchor tags. Inspired by linkifyjs.
https://github.com/barbarysoftware/Linkifier
MIT License
1 stars 1 forks source link

openLinksInNewWindow variable is inverted #4

Closed dimitriosgialas closed 1 year ago

dimitriosgialas commented 1 year ago

when openLinksInNewWindow was set to true it actually redirected to the same window and when set to false it opened the url on a new window.

dimitriosgialas commented 1 year ago

Fixed checked in and merged