make Events/view.ctp valid HTML.
pull/63/head
Noud de Brouwer 2012-12-19 11:41:02 +00:00
parent 71dea125ae
commit 0c1dd9b0ab
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ if (!empty($relatedEvents)):?>
$passAlong[0] = $relatedEvent['Event']['id'];
echo "<div id = \"R" . $currentID . "\" onMouseOver=getTitle(" . $passAlong[0] . "," . $passAlong[1] . ") title = \"Loading event info...\">";
echo $this->Html->link($linkText, array('controller' => 'events', 'action' => 'view', $relatedEvent['Event']['id']));
?></div></li>
?></li>
<?php
endforeach; ?>
</ul>