diff options
author | zotlabs <mike@macgirvin.com> | 2017-06-18 22:51:52 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-06-18 22:51:52 -0700 |
commit | b0a6a5a91e0180c0ed3de1af324e7b9567c5e108 (patch) | |
tree | 1e50ed9d1af345dd9d465d1f6d77d02d498f72bb /Zotlabs/Lib | |
parent | b917cf1eccc62f5f533c0a61ffd699764b39e404 (diff) | |
download | volse-hubzilla-b0a6a5a91e0180c0ed3de1af324e7b9567c5e108.tar.gz volse-hubzilla-b0a6a5a91e0180c0ed3de1af324e7b9567c5e108.tar.bz2 volse-hubzilla-b0a6a5a91e0180c0ed3de1af324e7b9567c5e108.zip |
minor cleanup of moderated comment feature
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Enotify.php | 2 |
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>' ); } } |