[racket] possible bug in scribble-pkgs / scribble-lib / scribble / html-render.rkt
Round about line 1494 is the following:
'(span ([class "mywbr"]) " " nbsp))
I believe this line is causing the (I assume unintended) side effect of
adding a spurious space after slashes within Racket commands in the
left-hand navigation in the documentation, for instance here:
http://docs.racket-lang.org/reference/for.html?q=for/list#(part._.Iteration_and_.Comprehension_.Forms)
So in the left nav, commands with slashes are displayed like this:
for/ list
for/ vector
for/ hash
...
But they ought to appear like this:
for/list
for/vector
for/hash
...
Matthew Butterick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20131106/89617bbb/attachment-0001.html>