$form->format = $defaultformat;
}
- trusttext_prepare_edit($form->text, $form->format, $usehtmleditor, $context)
+ trusttext_prepare_edit($form->text, $form->format, $usehtmleditor, $context);
?>
<form name="form" method="post" action="comment.php">
$newentry->format = $defaultformat;
}
- trusttext_prepare_edit($newentry->definition, $newentry->format, $usehtmleditor, $context)
+ trusttext_prepare_edit($newentry->definition, $newentry->format, $usehtmleditor, $context);
?>
<form name="form" method="post" action="edit.php" enctype="multipart/form-data">