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

« back to all changes in this revision

Viewing changes to test/input/in_516370.xhtml

  • 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
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
 
3
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml">
 
5
<title>[ #516370 ] Invalid ID value?</title>
 
6
<body>
 
7
<h2 id="ValidID1">Test valid D</h2>
 
8
<h2 id="_ValidID2">Test valid ID</h2>
 
9
<h2 id=":ValidID3">Test valid ID - : should only be used for namespaces</h2>
 
10
<h2 id=".InvalidID1">Test invalid ID</h2>
 
11
<h2 id="2InvalidID2">Test invalid ID</h2>
 
12
</body>
 
13
</html>
 
 
b'\\ No newline at end of file'