I keep seeing this error in Dreamweaver CS6 (Creative Cloud Edition) and I am a bit perplexed as to why.
Here is the full error:
There is a syntax error on line 26. Code hinting may not work until you fix this error.
Here is a screenshot of the error:
Here is the full code from that line up:
<!doctype html>
<html class="no-js"><!-- InstanceBegin template="/Templates/Past-Messages.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/skin/favicon-apple.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Page Title</title>
<!-- InstanceEndEditable -->
<!-- 1140px Grid styles for IE -->
<!--[if lte IE 9]>
<link rel="stylesheet" href="/stylesheets/ie.css" type="text/css" media="all" />
<![endif]-->
<link rel="stylesheet" href="/stylesheets/all-styles.css" type="text/css" media="all" />
<link rel="stylesheet" href="/stylesheets/lightflow.css" type="text/css" media="all" />
<noscript><link rel="stylesheet" type="text/css" href="/stylesheets/no-js.css" media="all" /></noscript>
<!--[if lt IE 9]>
<link rel="stylesheet" href="/stylesheets/IE8-lightflow.css" type="text/css" media="all" />
<![endif]-->
<!-- Start Typekit Code -->
<script type="text/javascript" src="//use.typekit.net/kzf4prm.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!-- End Typekit Code -->
*EDIT* - < above is actually < in my code. The forum is changing the code.
As you will see I am using a DW template. However when I open the template itself there is no error. I am seeing this across my pages with templates.
Is this a real syntax error or a bug in DW?
If it is a syntax error, where, and how do I solve it?
I am running Dreamweaver CS6 12.1 on Windows 8 (this error was happening on Windows 7 also).