mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-23 00:32:19 +00:00
quotes
This commit is contained in:
parent
9a351f77e8
commit
2d51b24e45
@ -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 =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user