1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2<html>
3<head>
4  <title>[ 593705 ] Use of &lt; comparison symbol confuses Tidy</title>
5  <script type="text/javascript">
6  function foo( bar, baz )
7  {
8    return ( bar < baz ? true : false );
9  }
10  </script>
11</head>
12<body>
13  <p>Does the script confuse Tidy?</p>
14</body>
15</html>
16