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/sscd070.ts | |
| parent | 8a52236c491c4b32e8b4547e057ae250c198c507 (diff) | |
Unescapes HTML escapes in lallans/scotsoun data
Diffstat (limited to 'src/data/scotsoun/sscd070.ts')
| -rw-r--r-- | src/data/scotsoun/sscd070.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/scotsoun/sscd070.ts b/src/data/scotsoun/sscd070.ts index b1a0d91..7cd16ac 100644 --- a/src/data/scotsoun/sscd070.ts +++ b/src/data/scotsoun/sscd070.ts @@ -8,8 +8,8 @@ const cd: Scotsoun = { price: '11.00', scotsounId: '070', trackList: [ - 'Revelation, 9:1-21, read by David Stephen', - 'Revelation, 22:7-17, read by David Stephen', + 'Revelation, 9:1-21, read by David Stephen', + 'Revelation, 22:7-17, read by David Stephen', ], }; |
