aboutsummaryrefslogtreecommitdiff
path: root/data/templates/sidebar.block.watchlist.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.watchlist.php
parent10ee2e79cc7c9ea968df2c0ace27e72432895712 (diff)
downloadsemanticscuttle-a04938f5598b47314bff9f9c49710cd08aa28418.tar.gz
semanticscuttle-a04938f5598b47314bff9f9c49710cd08aa28418.tar.bz2
get rid of arrow entities
Diffstat (limited to 'data/templates/sidebar.block.watchlist.php')
-rw-r--r--data/templates/sidebar.block.watchlist.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/sidebar.block.watchlist.php b/data/templates/sidebar.block.watchlist.php
index 88fc928..3af9c5a 100644
--- a/data/templates/sidebar.block.watchlist.php
+++ b/data/templates/sidebar.block.watchlist.php
@@ -16,7 +16,7 @@ foreach($watching as $watchuser) {
?>
<?php if(count($closeContacts)>0):?>
-<h2 title="<?php echo T_('Close contacts are mutual contacts');?>"><?php echo ' &harr; '. T_('Close contacts'); ?></h2>
+<h2 title="<?php echo T_('Close contacts are mutual contacts');?>"><?php echo ' ↔ '. T_('Close contacts'); ?></h2>
<div id="watching">
<ul>
<?php foreach($closeContacts as $watchuser): ?>
@@ -27,7 +27,7 @@ foreach($watching as $watchuser) {
<?php endif; ?>
-<h2><?php echo ' &rarr; '. T_('Watching'); ?></h2>
+<h2><?php echo ' → '. T_('Watching'); ?></h2>
<div id="watching">
<ul>
<?php if($userservice->isLoggedOn() && $currentUser->getUsername() == $user): ?>
@@ -49,7 +49,7 @@ foreach($watching as $watchuser) {
</ul>
</div>
-<h2><?php echo ' &larr; '. T_('Watched By'); ?></h2>
+<h2><?php echo ' ← '. T_('Watched By'); ?></h2>
<div id="watching">
<ul>
<?php foreach($watchedBy as $watchuser): ?>