From 11d93a5649cf432345cf5ab03dbe7e6a0bc0aeb0 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Thu, 6 Feb 2020 01:43:42 -0500 Subject: [PATCH] style fix --- src/uncategorized/shops.tw | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/uncategorized/shops.tw b/src/uncategorized/shops.tw index d2e2f73a9b0..e72f00d0ba9 100644 --- a/src/uncategorized/shops.tw +++ b/src/uncategorized/shops.tw @@ -119,7 +119,11 @@ <</if>> <<default>>ERROR: bad sector type <</switch>> - <<if $sectors[$AS].type == "Shops">><<SectorSell>><</if>> + <<if $sectors[$AS].type == "Shops">> + <span style="font-style:normal"> + <<SectorSell>> + </span> + <</if>> </p> <div> -- GitLab