@@ -301,12 +301,12 @@ |
||
301 | 301 | $str = '<div class="bigbluebuttonbn overview">'."\n"; |
302 | 302 | $str .= ' <div class="name">'.get_string('modulename', 'bigbluebuttonbn').': '."\n"; |
303 | 303 | $str .= ' <a '.$classes.'href="'.$CFG->wwwroot.'/mod/bigbluebuttonbn/view.php?id='.$bigbluebuttonbn->coursemodule. |
304 | - '">'.$bigbluebuttonbn->name.'</a>'."\n"; |
|
304 | + '">'.$bigbluebuttonbn->name.'</a>'."\n"; |
|
305 | 305 | $str .= ' </div>'."\n"; |
306 | 306 | $str .= ' <div class="info">'.get_string($start, 'bigbluebuttonbn').': '.userdate($bigbluebuttonbn->openingtime). |
307 | 307 | '</div>'."\n"; |
308 | 308 | $str .= ' <div class="info">'.get_string('ends_at', 'bigbluebuttonbn').': '.userdate($bigbluebuttonbn->closingtime) |
309 | - .'</div>'."\n"; |
|
309 | + .'</div>'."\n"; |
|
310 | 310 | $str .= '</div>'."\n"; |
311 | 311 | return $str; |
312 | 312 | } |