make watchlist valid xhtml
This commit is contained in:
parent
c7a77dcb4c
commit
1263a62179
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ foreach($watching as $watchuser) {
|
|||
<?php foreach($watching as $watchuser): ?>
|
||||
<li><a href="<?php echo createURL('bookmarks', $watchuser); ?>"><?php echo $watchuser; ?></a>
|
||||
<?php if($userservice->isLoggedOn() && $currentUser->getUsername() == $user): ?>
|
||||
- <a href="<?php echo createUrl('watch','?contact='.$watchuser); ?>" title="<?php echo T_('Remove this contact'); ?>">x<a/>
|
||||
- <a href="<?php echo createUrl('watch','?contact='.$watchuser); ?>" title="<?php echo T_('Remove this contact'); ?>">x</a>
|
||||
</li>
|
||||
<?php endif; ?>
|
||||
<?php endforeach; ?>
|
||||
|
|
Loading…
Reference in a new issue