Fix >80 char line

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-12-07 14:57:06 -05:00
parent 86d4db85ff
commit 7695fc9622
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 2 additions and 1 deletions

View File

@ -216,7 +216,8 @@
((equal? (name chld) "p")
(if (and
(not (equal? (dump-xml (child chld) body) "<br/>"))
(not (equal? (dump-xml chld body) "<p><em>Unavailable</em>.</p>")))
(not (equal? (dump-xml chld body)
"<p><em>Unavailable</em>.</p>")))
(append!
lst
(list (dump-xml chld body)))))