Plugin Directory

Changeset 3278732


Ignore:
Timestamp:
04/22/2025 07:13:40 AM (9 months ago)
Author:
devsoftbaltic
Message:

work for the https://github.com/surveyjs/private-tasks/issues/489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • surveyjs/trunk/initializer.php

    r3249692 r3278732  
    169169        $deleteFileUri = add_query_arg(array('action' => 'SurveyJS_DeleteFile'), admin_url('admin-ajax.php'));
    170170        ?>
    171         <div class="wp-sjs-plugin" id="surveyContainer-<?php echo $id ?>">
     171        <div class="wp-sjs-plugin" id="surveyContainer-<?php echo esc_attr($id) ?>">
    172172            <div id="surveyElement-<?php echo $id ?>">Survey is loading...</div>
    173173            <div id="surveyResult-<?php echo $id ?>"></div>
Note: See TracChangeset for help on using the changeset viewer.