diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-18 20:37:16 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-18 20:40:41 -0400 |
| commit | 5f54752b9dd243ffcb8cb3cb8dc46f8d3666d8bd (patch) | |
| tree | a420c43c81421f9a274f0e66a53ab85c62afbfa7 /docs/ref/forms/widgets.txt | |
| parent | 3a80189479a29220bac6d205a1b97184bd76a876 (diff) | |
[1.7.x] Fixed some doc errors that caused syntax highlighting to fail.
Backport of 27fdac97ae from master
Diffstat (limited to 'docs/ref/forms/widgets.txt')
| -rw-r--r-- | docs/ref/forms/widgets.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index 293c69df1f..e5963397a2 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -562,7 +562,7 @@ Selector and checkbox widgets .. code-block:: html <ul> - <li><input type='radio' ...></li> + <li><input type='radio' name='...'></li> ... </ul> @@ -658,7 +658,7 @@ the widget. .. code-block:: html <ul> - <li><input type='checkbox' ...></li> + <li><input type='checkbox' name='...' ></li> ... </ul> |
