me
/
guix
Archived
1
0
Fork 0

doc: Handle '&nbsp' when syntax-highlighting HTML.

* doc/build.scm (syntax-highlighted-html)[build](entity->string): Handle "&nbsp".
master
Ludovic Courtès 2021-12-13 11:28:31 +01:00
parent cf2251b9f7
commit c946e1464d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -449,6 +449,7 @@ its <pre class=\"lisp\"> blocks (as produced by 'makeinfo --html')."
("rarr" "→")
("hellip" "…")
("rsquo" "")
("nbsp" " ")
(e (pk 'unknown-entity e) (primitive-exit 2))))
(define (concatenate-snippets pieces)