pgAdmin 4 commit: _blank is the correct HTML target for anchors, not _n

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: _blank is the correct HTML target for anchors, not _n
Date: 2017-11-21 10:19:56
Message-ID: E1eH5em-0003e0-KF@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

_blank is the correct HTML target for anchors, not _new. Fixes #2679.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5b5363e2c4c0d00bf215aa9f3c5369801fe39ae4
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/dashboard/templates/dashboard/welcome_dashboard.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-21 10:22:22 Re: [pgAdmin4][runtime][patch]: Fix for RM#2679
Previous Message Neel Patel 2017-11-21 09:33:45 Re: [pgAdmin4][runtime][patch]: Fix for RM#2679