Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Texiwill

    (@texiwill)

    To fix this I did modified /views/_edit-slide.php to make the following change:

    <!-- <textarea name="slide[<?php echo $count; ?>][content]" cols="80" rows="10" class="horizontal slide-content" id="<?php echo $editor_id; ?>"><?php echo htmlspecialchars( slidedeck_process_slide_content( $slide['content'] ), ENT_QUOTES ); ?></textarea> -->
                                            <textarea name="slide[<?php echo $count; ?>][content]" cols="80" rows="10" class="horizontal slide-content" id="<?php echo $editor_id; ?>"><?php echo $slide['content']; ?></textarea>
    Plugin Contributor jamie3d

    (@jamie3d)

    Hi Texiwill,
    Thanks for noticing this bug/feature or whatever you want to call it. (I’ll let the users decide if it’s a bug or a feature) I’m going to apply your change to our development environment and do some tests.

    One of the reasons we became a bit more strict about escaping and encoding was due to Non-Latin characters. We may have become a bit overzealous with this and I’ll look into it.

    Thanks again!

    Jamie

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Content Slider by SlideDeck] Prior to this upgrade use of 'code' worked’ is closed to new replies.