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 +
    "; }