diff --git a/super/conferences.php b/super/conferences.php index 6342e33..6ea64f1 100644 --- a/super/conferences.php +++ b/super/conferences.php @@ -338,11 +338,11 @@ function draw_conferences_list(){ else echo 'even'; echo '">'; echo "{$row['name']}{$row['type']}{$row['status']}"; - echo "\"""; + echo "\"""; if($row['status'] == 'running'){ echo ""; // can't delete a running conference }else{ - echo "\"""; + echo "\"""; } echo ""; } @@ -569,7 +569,7 @@ function build_enter_name_step(){ $result = mysql_fetch_assoc(mysql_query($query)); $val = ' VALUE="' . $result['name'] . '" '; } - echo "
"; + echo "
"; } function handle_enter_name_step(){