* diff_display.ezt

(anchor): Replace <a name="xxx"/> with <p id="xxx"/> for XHTML compliance.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/branches/property-diff@2629 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/property-diff
stilor 2011-10-17 19:13:12 +00:00
parent 4bf50b31f7
commit 1e14eccbe0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[is diff.display_as "anchor"]
<a name="[diff.anchor]"></a>
<p id="[diff.anchor]"/>
[else]
[define msg_no_changes]<br/><strong>- No changes -</strong><br/>&nbsp;[end]
[define msg_binary]<br/><strong>- Binary content differs -</strong><br/>&nbsp;[end]