use proper html entities - ; was missing
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@373 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
50205d36e0
commit
33c3ff7e12
1 changed files with 2 additions and 2 deletions
|
@ -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): ?>
|
||||
|
|
Loading…
Reference in a new issue