From 381d7b1fa3478846bf47858c9da8aeead1a5edef Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 10 Mar 2010 17:10:23 +0100 Subject: [PATCH] Fix parse error. --- horde/templates/shares/edit.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/templates/shares/edit.inc b/horde/templates/shares/edit.inc index 5142fd922..df6a9d37f 100644 --- a/horde/templates/shares/edit.inc +++ b/horde/templates/shares/edit.inc @@ -11,7 +11,7 @@ - get('name'))); if (!empty($help)) echo ' ' . Horde_Help::link($app, $help) ?> + get('name'))); if (!empty($help)) echo ' ' . Horde_Help::link($app, $help) ?>   -- 2.11.0