summaryrefslogtreecommitdiff
path: root/data/templates/tagrename.tpl.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2010-11-02 19:07:59 +0100
committerChristian Weiske <cweiske@cweiske.de>2010-11-02 19:07:59 +0100
commita04938f5598b47314bff9f9c49710cd08aa28418 (patch)
tree11ccdac40a8b0a0256f76bc3712e69c52f810845 /data/templates/tagrename.tpl.php
parent10ee2e79cc7c9ea968df2c0ace27e72432895712 (diff)
downloadsemanticscuttle-a04938f5598b47314bff9f9c49710cd08aa28418.tar.gz
semanticscuttle-a04938f5598b47314bff9f9c49710cd08aa28418.tar.bz2
get rid of arrow entities
Diffstat (limited to 'data/templates/tagrename.tpl.php')
-rw-r--r--data/templates/tagrename.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/tagrename.tpl.php b/data/templates/tagrename.tpl.php
index ea8b516..894b964 100644
--- a/data/templates/tagrename.tpl.php
+++ b/data/templates/tagrename.tpl.php
@@ -11,12 +11,12 @@ window.onload = function() {
<tr>
<th align="left"><?php echo T_('Old'); ?></th>
<td><input type="text" name="old" id="old" value="<?php echo $old; ?>" /></td>
- <td>&larr; <?php echo T_('Required'); ?></td>
+ <td>← <?php echo T_('Required'); ?></td>
</tr>
<tr>
<th align="left"><?php echo T_('New'); ?></th>
<td><input type="text" name="new" id="new" value="" /></td>
- <td>&larr; <?php echo T_('Required'); ?></td>
+ <td>← <?php echo T_('Required'); ?></td>
</tr>
<tr>
<td></td>