projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf3ff22
)
Shout: silly syntax error
author
Ben Klang
<ben@alkaloid.net>
Thu, 21 Jan 2010 02:35:43 +0000
(21:35 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Thu, 21 Jan 2010 02:35:43 +0000
(21:35 -0500)
shout/templates/extensions/edit.inc
patch
|
blob
|
history
diff --git
a/shout/templates/extensions/edit.inc
b/shout/templates/extensions/edit.inc
index
ecab323
..
ce74225
100644
(file)
--- 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 '<a href="
<?php echo $deleteUrl; ?>
">Delete Extension</a>';
+ echo '<a href="
' . $deleteUrl . '
">Delete Extension</a>';
}