Page MenuHomePhabricator

Open links in new page (_blank)
Closed, ResolvedPublic

Description

Author: beseg7

Description:
In some places, there is a need to open links in new page (when linking to site
that "breaking" the back button, or other reasons). With this patch it's possible.

When doing links like that:
[...url... _blank ...text...] => <a href="...url..." target="_blank">...text...</a>
it will link to new page.

BUT... it doesn't work without some text.


Version: unspecified
Severity: enhancement

Details

Reference
bz8418

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:34 PM
bzimport set Reference to bz8418.
bzimport added a subscriber: Unknown Object (MLST).

beseg7 wrote:

the patch

Attached:

ayg wrote:

*** This bug has been marked as a duplicate of 1055 ***