mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
workaround to temporarily fix parts of #231
This commit is contained in:
parent
8ef785d617
commit
abf865f3a1
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
href="<?=h($scheduleRoom->createTabObject()->getLink($roomname))?>"
|
||||
<? endif ?>
|
||||
title="Switch to <?=h($scheduleRoom->getDisplay())?>"
|
||||
onmouseover="showEventDetails(event, {title:'<?=$event_title?>', guid:'<?=$event_guid?>', url:'<?=$event_url?>', type:'<?=@$special?>'})"
|
||||
onmouseover="showEventDetails(event, {title:'<?=str_replace(array('\\', '"'), array('\\\\', '\\x22'), $event_title)?>', guid:'<?=$event_guid?>', url:'<?=$event_url?>', type:'<?=@$special?>'})"
|
||||
>
|
||||
<? else: ?>
|
||||
<div class="inner">
|
||||
|
|
Loading…
Reference in a new issue