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/team/clar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/team') diff --git a/src/team/clar.php b/src/team/clar.php index a1e3972..c763c2c 100644 --- a/src/team/clar.php +++ b/src/team/clar.php @@ -56,13 +56,13 @@ for ($i=0; $i"; // 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 " \n"; + echo " \n"; echo "\n"; echo " \n"; } -- cgit v1.2.3