1
hey buddies
in previous version of xoops, using [url] code in XOOPS editor would lead to a code like this:
<a href="..." target="_blank" />
you know it means that links would open in a new window/tab. but in XOOPS 2.3, it seems that target is not _blank and maybe it's _self or sth, and the links open in the same window.
does anybody know how I can change it to the old style?