• Resolved Iazel

    (@iazel)


    File:
    wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginShortcode/shortcode-inserter.php

    Line: 2

    href="#TB_inline?width=450&inlineId=insertSlideshowShortcode"

    Others plugin use DOMDocumentFragment to manipulate the shortcode list, but it seems that & is interpreted as a special char and this warning will popup:

    Warning: DOMDocumentFragment::appendXML(): Entity: line 2: parser error : EntityRef: expecting ';'

    Changing it to & amp; (remove the space between & and a) will resolve the issue.

Viewing 1 replies (of 1 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Thank you very much for reporting this issue. Your fix has been applied in version 2.2.23 of the slideshow plugin, which will be released soon.

Viewing 1 replies (of 1 total)

The topic ‘Small Fix, valid DOMDocument’ is closed to new replies.