summaryrefslogtreecommitdiff
path: root/data/templates/sidebar.block.recent.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/sidebar.block.recent.php')
-rw-r--r--data/templates/sidebar.block.recent.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/sidebar.block.recent.php b/data/templates/sidebar.block.recent.php
index e34f820..1ffeb4d 100644
--- a/data/templates/sidebar.block.recent.php
+++ b/data/templates/sidebar.block.recent.php
@@ -31,7 +31,7 @@ if ($recentTags && count($recentTags) > 0) {
}
echo $contents ."</p>\n";
?>
- <p style="text-align:right"><a href="<?php echo createURL('populartags'); ?>"><?php echo T_('Popular Tags'); ?></a> &rarr;</p>
+ <p style="text-align:right"><a href="<?php echo createURL('populartags'); ?>"><?php echo T_('Popular Tags'); ?></a> →</p>
</div>
<?php