diff options
-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 ); |