From 088e5a19438872d58e847b5cc07dedb01aa57355 Mon Sep 17 00:00:00 2001 From: vonavi Date: Sat, 5 Oct 2013 10:30:07 +0300 Subject: [PATCH] Don't boldify an italicized player's name. --- lib/lorchess/tournament_table.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lorchess/tournament_table.rb b/lib/lorchess/tournament_table.rb index 6c708ca..0b277cd 100644 --- a/lib/lorchess/tournament_table.rb +++ b/lib/lorchess/tournament_table.rb @@ -37,7 +37,7 @@ module LORChess # Clean the vacancy place index = @player_pos['Kasparov'] if index - @players[index] = 'отсутствует' + @players[index] = 'отсутствует' @elo_list[index] = '' for cell in 0..(@dim-1) @results[index][cell] = ''