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/history.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/judge/history.php') 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