From 93501a660fe3bea13b664716969355c247fe2a59 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Wed, 20 Jan 2010 21:35:43 -0500 Subject: [PATCH] Shout: silly syntax error --- shout/templates/extensions/edit.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } -- 2.11.0