From 96276f9f37324bd7084c6cf69526fcfb96d963b9 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Mon, 23 Sep 2019 23:07:07 +0200 Subject: [PATCH] fix tabs --- html/include/createCourse.php | 37 ++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/html/include/createCourse.php b/html/include/createCourse.php index 3d83b25..877bcfe 100644 --- a/html/include/createCourse.php +++ b/html/include/createCourse.php @@ -5,22 +5,23 @@ function createCourse($dname, $nameId, $points, $disabled) { $disClass = ""; } echo " -
-
  • - - $dname - $points Poäng -
  • - - - - Ta Bort -
    "; +
    +
  • + + $dname + $points Poäng + +
  • + + + + Ta Bort +
    "; }