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:
cweiske 2009-10-28 22:22:04 +00:00
parent 92228dc9e0
commit ac1fd6d086

View file

@ -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 ' &harr; '. T_('Close contacts'); ?></h2>
<div id="watching"> <div id="watching">
<ul> <ul>
<?php foreach($closeContacts as $watchuser): ?> <?php foreach($closeContacts as $watchuser): ?>