http://www.atutor.ca/atutor/mantis/view.php?id=4319
authorCindy Li <cli@ocad.ca>
Thu, 10 Jun 2010 13:41:41 +0000 (13:41 -0000)
committerCindy Li <cli@ocad.ca>
Thu, 10 Jun 2010 13:41:41 +0000 (13:41 -0000)
docs/home/editor/editor_tabs/edit.inc.php

index 56a771d..6f48e9c 100644 (file)
@@ -117,7 +117,7 @@ if (!defined('TR_INCLUDE_PATH')) { exit; }
         <small>(<?php echo _AT('customized_head_note'); ?>)</small></label>\r
         <input type="checkbox" name="use_customized_head" id="use_customized_head" value="1" <?php if ($_POST['use_customized_head']) { echo 'checked="checked"'; } ?> />\r
         <label for="use_customized_head"><?php echo _AT('use_customized_head'); ?></label>\r
-               <textarea id="headtext" cols="" rows="10"><?php echo htmlspecialchars($_POST['head']); ?></textarea>    \r
+               <textarea id="headtext" name="head" cols="" rows="10"><?php echo htmlspecialchars($_POST['head']); ?></textarea>        \r
        </div>\r
                \r
     <!-- Paste from file -->\r