Code review comment for lp:~widelands-dev/widelands/bug-1818909-web-encyclopedia

Revision history for this message
GunChleoc (gunchleoc) wrote :

Rather than doing a complete redesign of all the wares, I call trim on the strings.

The leading and trailing whitespaces do not matter in-game, because the font renderer will kill them. The same is true for HTML, but I fixed it anyway because I don't like it if the JSON data is not clean.

« Back to merge proposal