From 6302826d53cc12f731c41915a47c6c19f65743cf Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Wed, 5 Sep 2018 22:07:08 +0200 Subject: fix some printing issues --- src/judge/clar.php | 2 +- src/judge/claredit.php | 4 ++-- src/judge/history.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/judge') diff --git a/src/judge/clar.php b/src/judge/clar.php index ee120ab..a195af8 100644 --- a/src/judge/clar.php +++ b/src/judge/clar.php @@ -71,7 +71,7 @@ for ($i=0; $i"; // echo "
" . $clar[$i]["question"] . "
"; // echo $clar[$i]["question"]; - echo " \n"; + echo " \n"; echo "\n"; echo " \n"; diff --git a/src/judge/claredit.php b/src/judge/claredit.php index c459747..a5c3265 100644 --- a/src/judge/claredit.php +++ b/src/judge/claredit.php @@ -111,13 +111,13 @@ if (($a = DBGetClarToAnswer($clarnumber, $clarsitenumber, Clarification: - + Answer: - + diff --git a/src/judge/history.php b/src/judge/history.php index b612f9a..a6bcc79 100644 --- a/src/judge/history.php +++ b/src/judge/history.php @@ -54,13 +54,13 @@ for ($i=0; $i"; // echo "
" . $clar[$i]["question"] . "
"; // echo $clar[$i]["question"]; - echo " \n"; + echo " \n"; echo "\n"; if (trim($clar[$i]["answer"]) == "") $clar[$i]["answer"] = "Not answered yet"; echo " "; // echo "
" . $clar[$i]["answer"] . "
"; // echo $clar[$i]["answer"]; - echo " \n"; + echo " \n"; echo "\n"; echo " \n"; -- cgit v1.2.3