From: Matthias Date: Sun, 7 Oct 2012 09:36:40 +0000 (+0200) Subject: Bugfix 487 - Bugreport in a new tab X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3f55261e0c2d7618eb8d81a53ad560d7c6dc6d0a;p=friendica-addons.git Bugfix 487 - Bugreport in a new tab --- diff --git a/buglink/buglink.php b/buglink/buglink.php index faa97a0c..9cd35ccd 100755 --- a/buglink/buglink.php +++ b/buglink/buglink.php @@ -12,4 +12,4 @@ function buglink_install() { register_hook('page_end', 'addon/buglink/buglink.ph function buglink_uninstall() { unregister_hook('page_end', 'addon/buglink/buglink.php', 'buglink_active'); } -function buglink_active(&$a,&$b) { $b .= '
' . t('Report Bug') . '
'; } +function buglink_active(&$a,&$b) { $b .= '
' . t('Report Bug') . '
'; }