- This topic has 1 reply, 2 voices, and was last updated 13 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Found unclosed div in shortcode_include.php in Extra Shortcodes plugin
Tagged: extra shortcodes plugin, unclosed div
Just wanted to let you know that I found an unclosed div in the shortcode_include.php file on Line 847, it shows:
<div class='eStore_cart_item_name'".$item."</div>
but is missing the closing of the beginning of the div, and should be
<div class='eStore_cart_item_name'>".$item."</div>
Not that it’s a big deal just thought I should let someone know, and I didn’t really know where I should do that and couldn’t find a specific place to submit this sort of info.
Thank you. I fixed this up in the extra shortcodes plugin. You can download an updated version from here: