~ubuntu-branches/ubuntu/lucid/tidy/lucid

« back to all changes in this revision

Viewing changes to test/input/in_435909.html

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-01-20 21:46:03 UTC
  • mfrom: (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080120214603-poklofici9og61tx
Tags: 20080116cvs-2
* debian/control: build depends on xsltproc
  (closes: #461608)
* debian/tidy.preinst,postinst: add code to move old config file
  (closes: #461623)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.0 transitional//EN">
 
2
<html>
 
3
<head>
 
4
<title>[ #435909 ] &lt;noscript&gt;&lt;/noscript&gt; in &lt;head&gt;&lt;/head&gt;</title>
 
5
<script type="text/javascript" language="javascript">
 
6
<!-- to hide script/text from old browsers
 
7
function foo()
 
8
{
 
9
  return true;
 
10
}
 
11
//-->
 
12
</script>
 
13
<noscript>Your Javascript is not turned on</noscript>
 
14
<script type="text/javascript" language="javascript">
 
15
<!-- to hide script/text from old browsers
 
16
function bar()
 
17
{
 
18
  return true;
 
19
}
 
20
//-->
 
21
</script>
 
22
</head>
 
23
<body bgcolor="#FFFFFF">
 
24
Test
 
25
</body>
 
26
</html>