diff options
Diffstat (limited to 'modules/book.module')
-rw-r--r-- | modules/book.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/book.module b/modules/book.module index 0d1b1e690..41c0ff843 100644 --- a/modules/book.module +++ b/modules/book.module @@ -212,6 +212,7 @@ function book_form(&$node) { } $output .= form_textarea(t('Body'), 'body', $node->body, 60, 20, '', NULL, TRUE); + $output .= filter_form('format', $node->format); $output .= form_textarea(t('Log message'), 'log', $node->log, 60, 5, t('An explanation of the additions or updates being made to help the group understand your motivations.')); if (user_access('administer nodes')) { |