mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-28 11:41:31 -04:00
We were getting annoying "couldn't close <p> with </script>" messages when running tests, because escape_javascript was turning </p> into <\/p>. We fixed this by gsub'ing \/ to / after calling escape_javascript. What could possibly go wrong? :-)