entity missed semicolon
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@454 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
92228dc9e0
commit
ac1fd6d086
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ foreach($watching as $watchuser) {
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php if(count($closeContacts)>0):?>
|
<?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">
|
<div id="watching">
|
||||||
<ul>
|
<ul>
|
||||||
<?php foreach($closeContacts as $watchuser): ?>
|
<?php foreach($closeContacts as $watchuser): ?>
|
||||||
|
|
Loading…
Reference in a new issue