Review Board 1.5.4

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.

 
Ship it!
Posted 1 year, 6 months ago (July 29th, 2010, 2:57 a.m.)
cool