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-07-12 12:19:09 +0300
committerMichal Čihař <michal@cihar.com>2016-07-12 12:19:09 +0300
commitfb1884295f7d08256387b94b6efc7a8d474bfcda (patch)
tree1b04fa3df5a7225535edc1d84e7fc7c79772f0cb /themes.php
parent1412fc14d12f532ba9cd6f5fbc00b4479ef0c3fb (diff)
parent3b0115a32159608a930e03a4d3a8830cb3520c54 (diff)
Merge branch 'QA_4_6-security' into master-security
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 6079b5610e..0aca62e409 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 . '" class="_blank">';
+$output .= '<a href="' . $url . '" rel="noopener noreferrer" class="_blank">';
$output .= __('Get more themes!');
$output .= '</a>';
$output .= '</p>';