Simplify <noscript>
authorMike Taylor <mike@indexdata.com>
Mon, 17 Jun 2013 16:02:04 +0000 (17:02 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 17 Jun 2013 16:02:04 +0000 (17:02 +0100)
Replace named entity &copy; with numeric for XMLLint.

experiments/spclient/index.html

index d753b3b..cd255b9 100644 (file)
  </head>
  
  <body>
-  <div id="noscript">
-    <noscript>
-       <p>Your browser does not support or allow execution of scripts required by this site to work properly.</p>
-       <p>If you run Internet Explorer 6+ or FireFox 2.0+ and see this message ensure the JavaScript is enabled in your browser.</p>
-       <p>If you run Internet Explorer 7 add the site to the Trusted Sites group.</p>
-       <p>Finally, check your personal firewall settings.</p>
-    </noscript>
-  </div>
+   <noscript>
+     <p>Searching will not work if JavaScript is disabled.</p>
+   </noscript>
 
   <div id="switchmenu">
    <a href="#" onclick="switchView('recordview')">Record Browser</a>
@@ -87,7 +82,7 @@
   
   <div id="footer">
       <div id="stat"></div>
-      <span>Copyright &copy; 1999-2010 by <a href="http://www.indexdata.com">Index Data</a></span> 
+      <span>Copyright &#xa9; 1999-2013 by <a href="http://www.indexdata.com">Index Data</a></span> 
   </div>
 
  </body>