1
Fork 0

Don't boldify an italicized player's name.

master
vonavi 2013-10-05 10:30:07 +03:00
parent f2e041a801
commit 088e5a1943
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ module LORChess
# Clean the vacancy place
index = @player_pos['Kasparov']
if index
@players[index] = '<em>отсутствует</em>'
@players[index] = '<em style="font-weight:normal">отсутствует</em>'
@elo_list[index] = ''
for cell in 0..(@dim-1)
@results[index][cell] = ''