Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-08-18 18:37:34 +0300
committerMichal Čihař <michal@cihar.com>2016-08-18 18:37:34 +0300
commit46b329c32b88120e0ce7a7545b67201fad85d9c8 (patch)
treed1b667490ec2ccaea9f048f51f59942db7067cb5 /themes.php
parent9c5528b4cb8aa2e73b0344d87b3600e7dda74255 (diff)
parent6faa1fe46a4a69c43bb1f9eb8a059a9811700e3c (diff)
Merge branch 'QA_4_6'
Diffstat (limited to 'themes.php')
-rw-r--r--themes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes.php b/themes.php
index 0aca62e409..8374d34f2d 100644
--- a/themes.php
+++ b/themes.php
@@ -23,7 +23,7 @@ $hash = '#pma_' . preg_replace('/([0-9]*)\.([0-9]*)\..*/', '\1_\2', PMA_VERSI
$url = PMA_linkURL('https://www.phpmyadmin.net/themes/') . $hash;
$output = '<h1>phpMyAdmin - ' . __('Theme') . '</h1>';
$output .= '<p>';
-$output .= '<a href="' . $url . '" rel="noopener noreferrer" class="_blank">';
+$output .= '<a href="' . $url . '" rel="noopener noreferrer" target="_blank">';
$output .= __('Get more themes!');
$output .= '</a>';
$output .= '</p>';