]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
make watchlist valid xhtml
authorChristian Weiske <cweiske@cweiske.de>
Sat, 9 Oct 2010 10:57:17 +0000 (12:57 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 9 Oct 2010 10:57:17 +0000 (12:57 +0200)
data/templates/sidebar.block.watchlist.php

index 07b7f15f467dc205d76a6749b5af36e2a02f140e..88fc928c6e305778b0c6215c1ba1d59456c03e8a 100644 (file)
@@ -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; ?>