Fixed the typo on "id" that is referred in <label> for radio button "html - visual...
authorcindy li <cli@ocad.ca>
Fri, 10 Dec 2010 19:58:46 +0000 (19:58 -0000)
committercindy li <cli@ocad.ca>
Fri, 10 Dec 2010 19:58:46 +0000 (19:58 -0000)
docs/mods/_core/editor/editor_tabs/edit.inc.php

index 6760f4d..1a28140 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('AT_INCLUDE_PATH')) { exit; }
             <label for="html"><?php echo _AT('html'); ?></label>\r
        \r
             <input type="radio" name="formatting" value="3" id="html_visual_editor" <?php if ($_POST['formatting'] == 3) { echo 'checked="checked"'; } ?> />\r
-            <label for="html"><?php echo _AT('html') . ' - '. _AT('visual_editor'); ?></label>\r
+            <label for="html_visual_editor"><?php echo _AT('html') . ' - '. _AT('visual_editor'); ?></label>\r
        \r
             <input type="radio" name="formatting" value="2" id="weblink" <?php if ($_POST['formatting'] == 2) { echo 'checked="checked"'; } ?> />\r
             <label for="weblink"><?php echo _AT('weblink'); ?></label>\r