]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
use proper html entities - ; was missing
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 22 Sep 2009 06:58:18 +0000 (06:58 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 22 Sep 2009 06:58:18 +0000 (06:58 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@373 b3834d28-1941-0410-a4f8-b48e95affb8f

templates/sidebar.block.watchlist.php

index b759d7012497ddc4a12098f3bd249709d55be206..8f4984e5f7869a1addca033abc19e1014a0744ea 100644 (file)
@@ -27,7 +27,7 @@ foreach($watching as $watchuser) {
 <?php endif; ?>
 
 
-<h2><?php echo ' &rarr '. T_('Watching'); ?></h2>
+<h2><?php echo ' &rarr; '. 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 ' &larr; '. T_('Watched By'); ?></h2>
 <div id="watching">
     <ul>
     <?php foreach($watchedBy as $watchuser): ?>