aboutsummaryrefslogtreecommitdiff
path: root/data/templates/sidebar.block.recent.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/sidebar.block.recent.php
parent10ee2e79cc7c9ea968df2c0ace27e72432895712 (diff)
downloadsemanticscuttle-a04938f5598b47314bff9f9c49710cd08aa28418.tar.gz
semanticscuttle-a04938f5598b47314bff9f9c49710cd08aa28418.tar.bz2
get rid of arrow entities
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