summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.js b/ui.js
index ab7f4d1..e15b999 100644
--- a/ui.js
+++ b/ui.js
@@ -75,7 +75,7 @@ create_log_entry = function (text) {
else if (text.match(/^Start York turn/))
p.className = 'Y';
else if (text.match(/^Start /))
- p.className = 'st';
+ p.className = 'st', text = text.replace(/\.$/, "");
else if (text.match(/^Battle in/))
p.className = 'bs';