diff --git a/test/Database.hs b/test/Database.hs index 69ef0a541..daef8d28a 100755 --- a/test/Database.hs +++ b/test/Database.hs @@ -224,15 +224,15 @@ fillDb = do { courseName = "Fortgeschrittene Funktionale Programmierung" , courseDescription = Just [shamlet|

It is fun! -

Come to where the functional is! -

-

Functional programming can be done in Haskell! -

This is not a joke, this is serious! -

-

Consider some numbers -
    - $forall n <- nbrs -
  • Number #{n} +

    Come to where the functional is! +

    +

    Functional programming can be done in Haskell! +

    This is not a joke, this is serious! +

    +

    Consider some numbers +
      + $forall n <- nbrs +
    • Number #{n} |] , courseLinkExternal = Nothing , courseShorthand = "FFP"