triple tick is deprecated

pull/5147/head
Niklas Fiekas 2019-06-03 13:25:56 +02:00
parent 191aa86ee5
commit 083e0b904d
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ object PerfType {
key = "chess960",
name = chess.variant.Chess960.name,
title = "Chess960 variant",
iconChar = '''
iconChar = '\''
)
case object KingOfTheHill extends PerfType(

View File

@ -146,7 +146,7 @@ object TournamentShield {
case object Chess960 extends Category(
of = Right(chess.variant.Chess960),
iconChar = '''
iconChar = '\''
)
case object KingOfTheHill extends Category(