diff options
author | Eric Roberts <eric@cryode.com> | 2012-12-12 14:09:42 +0100 |
---|---|---|
committer | Eric Roberts <eric@cryode.com> | 2012-12-12 14:09:42 +0100 |
commit | 24a13f513f8352339647bf34b77d1eecae9d3b6e (patch) | |
tree | ff16d6a8a262c9e65e6daf6b5ed04a2b1145f88c /user_guide_src | |
parent | b9e35f21e1c70b6aa67c47e9244ed83195abc00a (diff) |
Format tweaks
Signed-off-by: Eric Roberts <eric@cryode.com>
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/libraries/form_validation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/form_validation.rst b/user_guide_src/source/libraries/form_validation.rst index acf1e5619..a5348b2a2 100644 --- a/user_guide_src/source/libraries/form_validation.rst +++ b/user_guide_src/source/libraries/form_validation.rst @@ -1078,5 +1078,5 @@ This function is identical to the **set_checkbox()** function above. :: - <input type="radio" name="myradio" value="1" <?php echo set_radio('myradio', '1', TRUE); ?> /> - <input type="radio" name="myradio" value="2" <?php echo set_radio('myradio', '2'); ?> /> + <input type="radio" name="myradio" value="1" <?php echo set_radio('myradio', '1', TRUE); ?> /> + <input type="radio" name="myradio" value="2" <?php echo set_radio('myradio', '2'); ?> />
\ No newline at end of file |