aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Enotify.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-06-18 22:51:52 -0700
committerzotlabs <mike@macgirvin.com>2017-06-18 22:51:52 -0700
commitb0a6a5a91e0180c0ed3de1af324e7b9567c5e108 (patch)
tree1e50ed9d1af345dd9d465d1f6d77d02d498f72bb /Zotlabs/Lib/Enotify.php
parentb917cf1eccc62f5f533c0a61ffd699764b39e404 (diff)
downloadvolse-hubzilla-b0a6a5a91e0180c0ed3de1af324e7b9567c5e108.tar.gz
volse-hubzilla-b0a6a5a91e0180c0ed3de1af324e7b9567c5e108.tar.bz2
volse-hubzilla-b0a6a5a91e0180c0ed3de1af324e7b9567c5e108.zip
minor cleanup of moderated comment feature
Diffstat (limited to 'Zotlabs/Lib/Enotify.php')
-rw-r--r--Zotlabs/Lib/Enotify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Enotify.php b/Zotlabs/Lib/Enotify.php
index 114021568..90662ce84 100644
--- a/Zotlabs/Lib/Enotify.php
+++ b/Zotlabs/Lib/Enotify.php
@@ -221,7 +221,7 @@ class Enotify {
$hsitelink = sprintf( $sitelink, '<a href="' . $siteurl . '">' . $sitename . '</a>');
if($moderated) {
$tsitelink .= "\n\n" . sprintf( t('Please visit %s to approve or reject this comment.'), z_root() . '/moderate' );
- $hsitelink .= "\n\n" . sprintf( t('Please visit %s to approve or reject this comment.'), z_root() . '/moderate' );
+ $hsitelink .= "<br><br>" . sprintf( t('Please visit %s to approve or reject this comment.'), '<a href="' . z_root() . '/moderate">' . z_root() . '/moderate</a>' );
}
}