You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2017/02/11 17:08:11 UTC

svn commit: r1782624 - /commons/proper/validator/trunk/src/changes/changes.xml

Author: sebb
Date: Sat Feb 11 17:08:10 2017
New Revision: 1782624

URL: http://svn.apache.org/viewvc?rev=1782624&view=rev
Log:
Fix XML syntax

Modified:
    commons/proper/validator/trunk/src/changes/changes.xml

Modified: commons/proper/validator/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/changes/changes.xml?rev=1782624&r1=1782623&r2=1782624&view=diff
==============================================================================
--- commons/proper/validator/trunk/src/changes/changes.xml (original)
+++ commons/proper/validator/trunk/src/changes/changes.xml Sat Feb 11 17:08:10 2017
@@ -96,10 +96,10 @@ http://commons.apache.org/validator/depe
     <action issue="VALIDATOR-379" type="fix" dev="sebb">
     CodeValidator unconditionally trim()s the input string - document the behaviour
     </action>
-    <action issue="VALIDATOR-387" type="fix" dev="sebb" due-to=" Shumpei Akai"</>>
+    <action issue="VALIDATOR-387" type="fix" dev="sebb" due-to="Shumpei Akai">
     Userinfo without colon should be valid in UrlValidator
     </action>
-    <action issue="VALIDATOR-394" type="add" dev="sebb" due-to="Niall Pemberton"</>>
+    <action issue="VALIDATOR-394" type="add" dev="sebb" due-to="Niall Pemberton">
     General Modulus Ten Check Digit Implementation
     </action>
     <action issue="VALIDATOR-411" type="fix" dev="sebb">