• Resolved flachzange

    (@flachzange)


    I am currently experimenting with the latest version released yesterday. There is an output error in the file imc-core-taxstatus.php

    From line 542:

    /*function imcplus_taxstat_color_clearColor(){
        */?><!--
        <script>
            jQuery(function() {
                jQuery('#submit').click(function() {
                    document.getElementById("term_meta").value="";
                });
            });
        </script>
        --><?php
    /*}
    
    add_action( 'imcstatus_add_form_fields', 'imcplus_taxstat_color_clearColor' );*/
    
    ?>

    The part starting with <!– is pure output and not properly escaped. I suggest extending the php declaration. Should be fixed soon as it breaks a lot.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Output error with latest version 1.4.2’ is closed to new replies.