diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-15 20:03:34 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-15 20:03:34 +0100 |
| commit | 124486696f361783e5f24854b3fecd22c63632d9 (patch) | |
| tree | 7b7f4cb1dfb5f69c5943b6f0abfdc848f0fba2d1 /src/data/scotsoun/sscd014.ts | |
| parent | 8a52236c491c4b32e8b4547e057ae250c198c507 (diff) | |
Unescapes HTML escapes in lallans/scotsoun data
Diffstat (limited to 'src/data/scotsoun/sscd014.ts')
| -rw-r--r-- | src/data/scotsoun/sscd014.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/scotsoun/sscd014.ts b/src/data/scotsoun/sscd014.ts index c2b0db6..e0dfe89 100644 --- a/src/data/scotsoun/sscd014.ts +++ b/src/data/scotsoun/sscd014.ts @@ -2,8 +2,8 @@ import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Ceol na Gàidhlig', - subtitle: 'Gaelic Music & Poetry', - longName: 'Ceol na Gàidhlig – Gaelic Music & Poetry', + subtitle: 'Gaelic Music & Poetry', + longName: 'Ceol na Gàidhlig – Gaelic Music & Poetry', author: 'Derick Thomson', cdCount: 1, price: '11.00', |
