summaryrefslogtreecommitdiff
path: root/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.js b/ui.js
index 47c3cb7..66790c2 100644
--- a/ui.js
+++ b/ui.js
@@ -65,7 +65,7 @@ create_log_entry = function (text) {
else if (text.match(/^Start Scotland turn/))
p.className = 'S';
else if (text.match(/^Start /))
- p.className = 'st';
+ p.className = 'st', text = text.replace(/\.$/, "");
else if (text.match(/^(Battle in|Defection battle in)/))
p.className = 'bs';