Forum OpenACS Development: ACS 3.2.5 - Mozilla HTML Parsing Problem with "&nbsp"

Error in include template "/var/www/openacs/packages/openacs-bootstrap3-theme/resources/templates/packages/forums/lib/search/search-form": can't read "form:id": no such variable
Just a note for those of us still chugging along on 3.2.5, forwarded by one of my users.  Apparently his Mozilla 1.1 is complaining about the (well-known) sloppy HTML in the 3.2.5 code, specifically use of "&nbsp" instead of the correct " ".  I have not seen this behavior myself, though I use the same version of Mozilla, but I ignore user comments at my peril.

A quick search through my 3.2.5 tree using:

grep -r \&nbsp\[\^\;\] *

shows multiple instances which you can fix by hand or by automated search and replace if you're bold.