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
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to