~ubuntu-branches/ubuntu/vivid/tidy/vivid-updates

« back to all changes in this revision

Viewing changes to test/output/out_480701.html

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-01-20 21:46:03 UTC
  • mfrom: (0.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080120214603-oqicq5jwr1exrm55
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
<!-- [ #480701 ] -xml conflicts with -output-xhtml -->
 
3
<test>
 
4
<image rdf:resource="http://www.atmedia.net/" />
 
5
</test>
 
6
<!--
 
7
Expected output:
 
8
<image rdf:resource="http://www.atmedia.net/"/>
 
9
or
 
10
<image rdf:resource="http://www.atmedia.net/"></image>
 
11
 
 
12
Actual output:
 
13
<image rdf:resource="http://www.atmedia.net/"/></image>
 
14
-->