File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,8 @@ =head1 DESCRIPTION
137
137
138
138
=item C<S<< separator => string >>>
139
139
140
- Specifies the text to put between the checkboxes. Default: $BR
140
+ Specifies the text to put between the checkboxes. Note that this is only used in
141
+ HTML display modes, and is ignored for PTX and TeX display modes. Default: $BR
141
142
142
143
=item C<S<< checked => choice >>>
143
144
Original file line number Diff line number Diff line change @@ -140,7 +140,9 @@ =head1 DESCRIPTION
140
140
141
141
=item C<S<< separator => string >>>
142
142
143
- Specifies the text to put between the radio buttons. Default: $BR
143
+ Specifies the text to put between the radio buttons. Note that this is only used
144
+ in HTML display modes, and is ignored for PTX and TeX display modes.
145
+ Default: $BR
144
146
145
147
=item C<S<< checked => choice >>>
146
148
You can’t perform that action at this time.
0 commit comments