Closed rjynn closed 8 years ago
The recent changes with "str_replace(",", ",", $string)" breaks javascript that is in the reports. Example from FEC.xml: <script type='text/javascript'> var intervalId = setInterval(function(){ (CODE) }, 100); </script> The comma is replaced.
<script type='text/javascript'> var intervalId = setInterval(function(){ (CODE) }, 100); </script>
This should be fixed as of bc3be1d3a114c0d6155da519517f547561105aa2
Could you verify?
fixed :)
The recent changes with "str_replace(",", ",", $string)" breaks javascript that is in the reports. Example from FEC.xml:
<script type='text/javascript'> var intervalId = setInterval(function(){ (CODE) }, 100); </script>
The comma is replaced.