This commit is contained in:
Mark Canlas 2020-03-21 00:28:04 -04:00
parent 9a351f77e8
commit 2d51b24e45

View File

@ -92,7 +92,7 @@ object MatchOpcodes {
case Some((ints, mode)) =>
val hex = f"$fullInt%2X"
out.print(
s"<th class=${'"' + ints.theme + '"'} style=${'"' + "background-color: " + ints.color + '"'}>$ints $mode<br>$hex</th>"
s"""<th class="${ints.theme}" style="${"background-color: " + ints.color}">$ints $mode<br>$hex</th>"""
)
case None =>
@ -129,7 +129,7 @@ object MatchOpcodes {
case Some((ints, mode)) =>
val hex = f"$fullInt%2X"
out.print(
s"<th class=${'"' + ints.theme + '"'} style=${'"' + "background-color: " + ints.color + '"'}>$ints $mode<br>$hex</th>"
s"""<th class="${ints.theme}" style="${"background-color: " + ints.color}">$ints $mode<br>$hex</th>"""
)
case None =>
@ -185,7 +185,7 @@ object MatchOpcodes {
case Some((ints, mode)) =>
val hex = f"$fullInt%2X"
out.print(
s"<th class=${'"' + ints.theme + '"'} style=${'"' + "background-color: " + ints.color + '"'}>$ints $mode<br>$hex</th>"
s"""<th class="${ints.theme}" style="${"background-color: " + ints.color}">$ints $mode<br>$hex</th>"""
)
case None =>