Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix tag helpers to generate correct HTML5
  • Loading branch information
kraih committed Jan 20, 2015
1 parent 49b1508 commit 6febda3
Show file tree
Hide file tree
Showing 8 changed files with 217 additions and 240 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -17,6 +17,7 @@
- Improved get command to use the user agent of the application.
- Improved diagnostics information for MOJO_DAEMON_DEBUG,
MOJO_USERAGENT_DEBUG and MOJO_WEBSOCKET_DEBUG environment variables.
- Fixed tag helpers to generate correct HTML5. (batman, sri)
- Fixed JSON Pointer escaping bug.
- Fixed portability bug in monkey_patch tests.

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -858,7 +858,7 @@ to make styling with CSS easier.
<label class="field-with-error" for="user">
Username (required, only characters e-t)
</label>
<input class="field-with-error" type="text" name="user" value="sri" />
<input class="field-with-error" type="text" name="user" value="sri">

For a full list of available checks see also
L<Mojolicious::Validator/"CHECKS">.
Expand Down

0 comments on commit 6febda3

Please sign in to comment.