[svnbook commit] r3453 - Fix issue #37: too many levels of XML escaping.

codesite-noreply at google.com codesite-noreply at google.com
Wed Mar 25 12:57:52 CDT 2009


Author: cmpilato
Date: Wed Mar 25 10:52:38 2009
New Revision: 3453

Modified:
    trunk/src/en/book/ch09-reference.xml

Log:
Fix issue #37: too many levels of XML escaping.
Patch by: Jaap DeHaan

* src/en/book/ch09-reference.xml

Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Wed Mar 25 10:52:38 2009
@@ -2117,15 +2117,15 @@
  <path
     props="none"
     kind="file"
-    
item="modified"&gt;http://svn.red-bean.com/repos/test/sandwich.txt&lt;/path&gt;
+    
item="modified">http://svn.red-bean.com/repos/test/sandwich.txt</path>
  <path
     props="none"
     kind="file"
-    
item="deleted"&gt;http://svn.red-bean.com/repos/test/burrito.txt&lt;/path&gt;
+    
item="deleted">http://svn.red-bean.com/repos/test/burrito.txt</path>
  <path
     props="none"
     kind="dir"
-    
item="added"&gt;http://svn.red-bean.com/repos/test/snacks&lt;/path&gt;
+   item="added">http://svn.red-bean.com/repos/test/snacks</path>
  </paths>
  </diff>
  </screen>




More information about the svnbook-dev mailing list