X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.phh;h=467680ac75990ea32d8e6986eba19dc0f7801ec6;hb=c439ef4cbc91118f9caa1ba8c97d364e8011ce2e;hp=df0c63166f6b0f07881fae598e61fbbb6b544074;hpb=f55c2d16a38119d63ee03304ea38e7e647ad1f5a;p=brisk.git diff --git a/web/brisk.phh b/web/brisk.phh index df0c631..467680a 100644 --- a/web/brisk.phh +++ b/web/brisk.phh @@ -783,12 +783,12 @@ function table_act_content($isstanding, $sitted, $table, $cur_table) if ($isstanding) { if ($sitted < PLAYERS_N) { - $ret = sprintf('', $table, $table); + $ret = sprintf('', $table, $table); } } else { if ($table == $cur_table) - $ret = sprintf(''); + $ret = sprintf(''); else $ret = ""; } @@ -864,7 +864,7 @@ function standup_content(&$bri, $user) } $content .= ''; - $content2 = ''; + $content2 = ''; $ret .= sprintf('$("standup").innerHTML = "%s"; $("esco").innerHTML = "%s";', $content, $content2);