From 47296db9082dcce874bcf5a51babdef10070ea86 Mon Sep 17 00:00:00 2001
From: Tor Andersson <tor@ccxvii.net>
Date: Sun, 15 Oct 2023 00:52:19 +0200
Subject: Add missing punctuation!

---
 about.html | 4 ++--
 rules.js   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/about.html b/about.html
index 1417df9..4d7b556 100644
--- a/about.html
+++ b/about.html
@@ -5,10 +5,10 @@ final defeat at the Battle of Waterloo on June 18th. He was opposed by a Coaliti
 of Anglo-Allied forces under the Duke of Wellington and Prussian forces under
 Generalfeldmarschall von Blücher.
 
-<br clear="left">
-
 <p>
 Designer: Mark Herman.
+<br>Art: Charlie Kibler, Rodger B. MacGowan.
+<br>Programming: Tor Andersson.
 
 <p>
 Copyright &copy; 2019 Rodger B. MacGowan and Studiolo Designs.
diff --git a/rules.js b/rules.js
index 5af0abc..f5367c4 100644
--- a/rules.js
+++ b/rules.js
@@ -2181,7 +2181,7 @@ function goto_eliminated_defender() {
 }
 
 function goto_retreat_attacker() {
-	log("Attacker retreat")
+	log("Attacker retreat.")
 	logbr()
 	game.state = "retreat_attacker"
 }
-- 
cgit v1.2.3