Skip to content

Commit 3d2c625

Browse files
committed
update lecture link in plan/Main to include w03
1 parent 2820ad8 commit 3d2c625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plan/Main.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object Main extends App {
2121

2222
object modulePlan extends Plan with Table {
2323
override val heading = Seq("W", "Modul", "Innehåll")
24-
val nbrOfReadyLectures = 2
24+
val nbrOfReadyLectures = 3
2525
def toHtmlPatched: String = { // a brutal HACK to insert links to lectures
2626
var htmlSoup = toHtml
2727
column("Modul").zipWithIndex.take(nbrOfReadyLectures).foreach{ case (m, i) =>

0 commit comments

Comments
 (0)