aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notifications.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-20 15:11:36 -0700
committerFriendika <info@friendika.com>2011-05-20 15:11:36 -0700
commit5f20925220574323e8d32483e57ef9ebbf0b3256 (patch)
tree96261c44bb4de548ab8a9b6e6c73f6ff0efa0634 /mod/notifications.php
parent1fcf8ff5deaf1b175c41e4b6ef3d8a396a6de8dd (diff)
downloadvolse-hubzilla-5f20925220574323e8d32483e57ef9ebbf0b3256.tar.gz
volse-hubzilla-5f20925220574323e8d32483e57ef9ebbf0b3256.tar.bz2
volse-hubzilla-5f20925220574323e8d32483e57ef9ebbf0b3256.zip
deny link not clickable on admin approval notification page
Diffstat (limited to 'mod/notifications.php')
-rw-r--r--mod/notifications.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications.php b/mod/notifications.php
index fa5165b0b..b860f6018 100644
--- a/mod/notifications.php
+++ b/mod/notifications.php
@@ -151,7 +151,7 @@ function notifications_content(&$a) {
foreach($r as $rr) {
$o .= '<li>' . sprintf('%s (%s) : ', $rr['name'],$rr['email'])
. '<a href="regmod/allow/' . $rr['hash'] .'">' . t('Approve')
- . '</a> - <href="regmod/deny/' . $rr['hash'] . '">' . t('Deny') . '</a></li>' . "\r\n";
+ . '</a> - <a href="regmod/deny/' . $rr['hash'] . '">' . t('Deny') . '</a></li>' . "\r\n";
}
$o .= "</ul>";
}