diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-07-16 01:05:07 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-16 13:06:00 +0200 |
commit | ded5554c5becaf25cc952e3be6c2e4b995729317 (patch) | |
tree | 9867679dcf312bf56a6ff964d331ca4e41f3eafa | |
parent | 5a6b2d8b599de7a6a9ed1139ad484103642fe7d0 (diff) | |
download | field-cloth-gold-ded5554c5becaf25cc952e3be6c2e4b995729317.tar.gz |
Without the the.
-rw-r--r-- | play.html | 2 | ||||
-rw-r--r-- | title.sql | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ <head> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> <meta charset="UTF-8"> -<title>THE FIELD OF THE CLOTH OF GOLD</title> +<title>FIELD OF THE CLOTH OF GOLD</title> <link rel="icon" href="favicon.svg"> <link rel="stylesheet" href="/fonts/fonts.css"> <link rel="stylesheet" href="/common/play.css"> @@ -1 +1 @@ -insert or replace into titles ( title_id, title_name, bgg ) values ( 'field-cloth-gold', 'The Field of the Cloth of Gold', 309752 ); +insert or replace into titles ( title_id, title_name, bgg ) values ( 'field-cloth-gold', 'Field of the Cloth of Gold', 309752 ); |