From: Ben Klang Date: Thu, 21 Jan 2010 02:35:43 +0000 (-0500) Subject: Shout: silly syntax error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=93501a660fe3bea13b664716969355c247fe2a59;p=horde.git Shout: silly syntax error --- diff --git a/shout/templates/extensions/edit.inc b/shout/templates/extensions/edit.inc index ecab323b1..ce74225d7 100644 --- a/shout/templates/extensions/edit.inc +++ b/shout/templates/extensions/edit.inc @@ -6,5 +6,5 @@ if ($vars->get('action') == 'edit') { $params = array ('action' => 'delete', 'extension' => $extension); $deleteUrl = Horde_Util::addParameter($deleteUrl, $params); - echo 'Delete Extension'; + echo 'Delete Extension'; }