diff options
author | zotlabs <mike@macgirvin.com> | 2017-06-18 22:51:52 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-06-20 10:51:46 +0200 |
commit | 3b5e1c05b78f72a31eda76b0ff90d08b58ee452d (patch) | |
tree | e924d5d3492485b8bb08b489b5e4ef33a59f2253 /Zotlabs | |
parent | 1472f85b162ea6f1ab9e19e94b86fc4a8ef074be (diff) | |
download | volse-hubzilla-3b5e1c05b78f72a31eda76b0ff90d08b58ee452d.tar.gz volse-hubzilla-3b5e1c05b78f72a31eda76b0ff90d08b58ee452d.tar.bz2 volse-hubzilla-3b5e1c05b78f72a31eda76b0ff90d08b58ee452d.zip |
minor cleanup of moderated comment feature
Diffstat (limited to 'Zotlabs')
-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>' ); } } |