From: Adrian Iain Lam Date: Thu, 6 Jun 2019 18:01:58 +0000 (+0100) Subject: Full-width space; attempt to fix #1 X-Git-Url: https://adrianiainlam.tk/git/?p=indicator-lunar-calendar.git;a=commitdiff_plain;h=34211e2b9a51fa5571369862cbc6036df714d612;hp=34211e2b9a51fa5571369862cbc6036df714d612 Full-width space; attempt to fix #1 Replaced previous half-width space (ASCII 0x20) with full-width space (' ') since it looks better (and was used in the previous JS version). The script seems to still be affected by #1 but only occassionally. No idea why. Added another show_all(), we'll see what happens. ---