Changes

no edit summary
Line 87: Line 87:  
table.insert(value, self._detailed_end)
 
table.insert(value, self._detailed_end)
 
table.insert(value, self._detailed_start)
 
table.insert(value, self._detailed_start)
table.insert(value, format{self._nickname_template,  
+
table.insert(value, Formatting:inline_block(format{self._nickname_template,  
 
    nick = Formatting:format_stat(nick),  
 
    nick = Formatting:format_stat(nick),  
    japanese_nick = Formatting:format_stat(ship:japanese_nick())})
+
    japanese_nick = Formatting:format_stat(ship:japanese_nick())}))
 
table.insert(value, self._detailed_end)
 
table.insert(value, self._detailed_end)
 
end
 
end
Anonymous user