[OQRS] Fixed missing ;

这个提交包含在:
Andreas 2023-04-18 08:50:41 +02:00
父节点 c8b325efa6
当前提交 dcc2bb6aee

查看文件

@ -14,7 +14,7 @@
<?php
if ($global_oqrs_text) {
echo $global_oqrs_text;
echo '<br />'
echo '<br />';
}
echo '<div class="resulttable">';
if ($stations->result() != NULL) { ?>