diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-22 13:20:01 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-22 13:20:39 +0100 |
| commit | 34c2911036b8fc197ea309f2c34516800441916b (patch) | |
| tree | 91b48f47f3bac26be3c08ce0d0d09b2ed54c451c /build-feed.py | |
| parent | 3bc002e5c87f1042791c4ec67ce7ae6ab3878bce (diff) | |
| download | quatuorbellefeuille.com-34c2911036b8fc197ea309f2c34516800441916b.tar.xz | |
[wip] Add CDATA (post-credits stinger)
Diffstat (limited to 'build-feed.py')
| -rwxr-xr-x | build-feed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-feed.py b/build-feed.py index e200920..3e56576 100755 --- a/build-feed.py +++ b/build-feed.py @@ -66,7 +66,7 @@ def cdata_concert(concert, lang): E.ol( *(E.li(touchup_plaintext(p)) for p in concert.pieces.splitlines()) ), - *tuple(E.p(line) for line in concert.instructions.splitlines()), + *(E.p(line) for line in concert.instructions.splitlines()), )) return CDATA('\n'.join( |
