[svn r17597] Fix parse error in php code

skala
Yannick Warnier 17 years ago
parent 034d7098aa
commit 28a281b157
  1. 2
      main/conference/videoconference.html

@ -9,7 +9,7 @@ PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loos
html, body { margin: 0; padding: 0; height: 100%; }
body { background-color: #eaeaea; }
</style></head>
<body align="center" valign="middle"><object type="application/x-shockwave-flash" data="classroom.swf?lzproxied=false&debug=true&useRtmpt=<?php echo (api_get_setting('service_visio','visio_use_rtmpt')=='true'?'true':'false'));?>" width="1005" height="720">
<body align="center" valign="middle"><object type="application/x-shockwave-flash" data="classroom.swf?lzproxied=false&debug=true&useRtmpt=<?php echo (api_get_setting('service_visio','visio_use_rtmpt')=='true'?'true':'false');?>" width="1005" height="720">
<param name="movie" value="classroom.swf?lzproxied=false&debug=true">
<param name="quality" value="high">
<param name="scale" value="noscale">

Loading…
Cancel
Save