Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
The html in TTG-2014-HTML-Gallery.lrwebengine/lib/html/single.html has an error that results in the DOCTYPE declaration being doubled.
the section:
<!DOCTYPE html>
<!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7" xml:lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"><![endif]-->
<!--[if IE 7]><html class="lt-ie9 lt-ie8" xml:lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"><![endif]-->
<!--[if IE 8]><html class="lt-ie9" xml:lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"><![endif]-->
<!--[if gt IE 8]><!--><html class="gt-ie8" xml:lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"><!--<![endif]-->
should be omitted, as it is included in the "head.html" file.
Easy enough to fix for end users, just open up the single.html file with Notepad and delete the offending lines.
Last edited by rsjaffe (2014-10-20 05:53:38)
Offline
Oops! You're right. Thanks for catching that.
Offline
Pages: 1