Small Fix, valid DOMDocument
-
File:
wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginShortcode/shortcode-inserter.phpLine: 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&anda) will resolve the issue.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Small Fix, valid DOMDocument’ is closed to new replies.