Skip to content

Commit

Permalink
Escaped backslash for the HTML docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed Feb 6, 2011
1 parent 10aff49 commit ceb9b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/widgets.rst
Expand Up @@ -33,7 +33,7 @@ ModelMultipleChoiceField SelectMultiple
NullBooleanField NullBooleanSelect
TimeField TimeInput <input type="time">
URLField URLInput <input type="url">
SlugField SlugInput <input pattern="[-\w]+">
SlugField SlugInput <input pattern="[-\\w]+">
RegexField TextInput <input [pattern=...]>
IPAddressField IPAddressInput <input pattern=...>
======================== ================== ========================
Expand Down

0 comments on commit ceb9b98

Please sign in to comment.