Don't boldify an italicized player's name.

Este commit está contenido en:
vonavi
2013-10-05 10:30:07 +03:00
padre f2e041a801
commit 088e5a1943
+1 -1
Ver fichero
@@ -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] = ''