Skip to content

Commit

Permalink
Solves minor issue with example
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Aug 25, 2014
1 parent bf0826f commit 6f58de3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* <!-- Plain Validator Syntax -->
* <validator type="regex">
* <param name="fieldName">myStrangePostcode</param>
* <param name="regex"><![CDATA[([aAbBcCdD][123][eEfFgG][456])]]<>/param>
* <param name="regex"><![CDATA[([aAbBcCdD][123][eEfFgG][456])]]></param>
* </validator>
*
* <!-- Field Validator Syntax -->
Expand Down

0 comments on commit 6f58de3

Please sign in to comment.