From 3f55261e0c2d7618eb8d81a53ad560d7c6dc6d0a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 7 Oct 2012 11:36:40 +0200 Subject: [PATCH] Bugfix 487 - Bugreport in a new tab --- buglink/buglink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') . '
'; }