Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 53 by
roderick...@gmail.com: Invalid tags are generated
http://code.google.com/p/daisydiff/issues/detail?id=53
What steps will reproduce the problem?
1. Ran daisydiff with the following options.
java -jar daisydiff.jar old.html new.html --file=results.xml --output=xml
java -jar daisydiff.jar old.html new.html --file=results.html --output=html
What is the expected output? What do you see instead?
Html output:
<span class="diff-html-added" previous="first-diff" changeId="added-diff-0"
next="last-diff" onclick="return tipA(constructToolTipA(this));"></span>
</br>daisy diff</p>
The </br> should be <br/> or <br>?
Xml output:
<span class="diff-html-added" previous="first-diff" changeId="added-diff-0"
next="last-diff"/></br>daisy diff</p>
Can this line:
<span class="diff-html-added" previous="first-diff" changeId="added-diff-0"
next="last-diff"/>
be like this, just like the html output:
<span class="diff-html-added" previous="first-diff" changeId="added-diff-0"
next="last-diff"></span>
The </br> should be <br/> or <br>?
What version of the product are you using? On what operating system?
daisydiff version 1.2
Windows 7 enterprise
Please provide any additional information below.
Attachments:
old.html 19 bytes
old.html 19 bytes
results.html 1.9 KB
results.xml 332 bytes
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings