Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<validator class="string" provides="password_required"> <argument>password</argument> <error>Password is required</error> </validator> <validator class="string" provides="confirm_required"> <argument>password_confirmation</argument> <error>Password confirmation is required</error> </validator> <validator class="equals" depends="password_required confirm_required"> <argument>password_confirmation</argument> <ae:parameter name="value">password</ae:parameter> <ae:parameter name="asparam">true</ae:parameter> <error>Password confirmation doesn't match Password</error> </validator>
This paste will be private.
From the Design Piracy series on my blog: