Skip to content

Commit fe4f73b

Browse files
committed
fix explanation in build log of html link injection
1 parent d604e91 commit fe4f73b

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
@@ -24,7 +24,7 @@ object Main extends App {
2424
def toHtmlPatched: String = { // a hack to insert links to lectures
2525
var htmlSoup = toHtml
2626
column("Modul").zipWithIndex.take(1).foreach{ case (m, i) =>
27-
println(s"Patching html link in module: $m")
27+
println(s"Injecting html link patch in module: $m")
2828
def href(m: String): String = {
2929
val w = column("W").apply(i).toLowerCase
3030
s"""<a href="https://fileadmin.cs.lth.se/pgk/lect-$w.pdf">$m</a>"""

0 commit comments

Comments
 (0)