keep blank headers out of ToC+ticket line view

I had tried changing basic.rb

 

from        value = ActionView::Base.new.strip_tags(value).strip
to            value = ActionView::Base.new.strip_tags(value).gsub(' ',' ').strip

 

but was getting some nutso errors.  could be a setup issue.  was having caching problems.  -e

 

This is largely working, except when there is an   in the header.