HTML error fix

- div id starting with a digit (the id wasn't needed anyway so removed
it)
pull/217/head
iglocska 2013-07-03 10:46:24 +02:00
parent 8495cf5d77
commit 40edeb7557
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ foreach ($attributes as $attribute):
?>
<tr>
<td class="short">
<div id="<?php echo $attribute['Attribute']['id']?>" title="<?php echo h($attribute['Event']['info'])?>"
onclick="document.location='/events/view/<?php echo $attribute['Event']['id'];?>';">
<div onclick="document.location='/events/view/<?php echo $attribute['Event']['id'];?>';">
<?php
if ($attribute['Event']['orgc'] == $me['org']) {
$class='class="SameOrgLink"';