Shout: silly syntax error
authorBen Klang <ben@alkaloid.net>
Thu, 21 Jan 2010 02:35:43 +0000 (21:35 -0500)
committerBen Klang <ben@alkaloid.net>
Thu, 21 Jan 2010 02:35:43 +0000 (21:35 -0500)
shout/templates/extensions/edit.inc

index ecab323..ce74225 100644 (file)
@@ -6,5 +6,5 @@ if ($vars->get('action') == 'edit') {
     $params = array ('action' => 'delete',
                      'extension' => $extension);
     $deleteUrl = Horde_Util::addParameter($deleteUrl, $params);
-    echo '<a href="<?php echo $deleteUrl; ?>">Delete Extension</a>';
+    echo '<a href="' . $deleteUrl . '">Delete Extension</a>';
 }