aboutsummaryrefslogtreecommitdiff
path: root/data/templates/tag2tagedit.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/tag2tagedit.tpl.php')
-rw-r--r--data/templates/tag2tagedit.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/tag2tagedit.tpl.php b/data/templates/tag2tagedit.tpl.php
index 740a654..4745ad2 100644
--- a/data/templates/tag2tagedit.tpl.php
+++ b/data/templates/tag2tagedit.tpl.php
@@ -2,7 +2,7 @@
$this->includeTemplate($GLOBALS['top_include']);
?>
-<form action="<?= $formdeleteaction ?>" method="post">
+<form action="<?php echo $formdeleteaction; ?>" method="post">
<p><?php echo T_('Delete the link')?></p>
<!--input type="hidden" name="tag1" value="<?php echo $tag1 ?>" />
<input type="hidden" name="tag2" value="<?php echo $tag2 ?>" /-->
@@ -25,7 +25,7 @@ $this->includeTemplate($GLOBALS['top_include']);
<hr />
-<form action="<?= $formaddaction ?>" method="post">
+<form action="<?php echo $formaddaction; ?>" method="post">
<p><?php echo T_('Create new link')?></p>
<p>
<input type="text" name="tag1" value="<?php echo $tag1 ?>"/>