Issue 584 -- many <script> tags contain improperly escaped/encoded text
Updated 1 year, 6 months ago
| David Pollak | Reviewers | ||
| dchenbecker, dpp, timperrett, marius, charles, joni, atsuhiko, jorge, naftoli, kris, indrajit, alexb, dlouwers, mstarzyk, rmellgren, jhoffman, probinett, jmadsen, mhartmann, jstrachan, jgoday | |||
| None | LiftWeb-archive | ||
https://liftweb.assembla.com/spaces/liftweb/tickets/584-many-of-the-scripts-are-not-properly-escaped There are many uses of Unparsed and otherwise putting <script>xxxx</script> in the code. This leads to problems when there is improper mark-up or stuff that shouldn't be escaped. I've gone through and used the Script() call to properly encode/escape all the inline script stuff.
