diff --git a/ilives/book.inc b/ilives/book.inc
index d1ad5055..c7ec2eec 100644
--- a/ilives/book.inc
+++ b/ilives/book.inc
@@ -36,16 +36,17 @@ class IslandoraBook {
'#title' => 'Catalogue item URL',
);
$form['unapi_url_submit'] = array(
- '#type' => 'submit',
- '#value' => t('Retrieve MODS record'),
- '#submit' => array('fedora_ilives_retrieve_unapi_submit'),
- '#ahah' => array(
- 'path' => 'fedora/ilives/retrieve_unapi/js', // path we defined in hook_menu
- 'wrapper' => 'mods-wrapper', // the HTML that wraps the element that needs to be replaced
- 'method' => 'replace', // the method we're going to use: a replace operation
- 'effect' => 'fade', // the effect used when replacing the element (try fade!)
- )
- );
+ '#type' => 'submit',
+ '#value' => t('Retrieve MODS record'),
+ '#submit' => array('fedora_ilives_retrieve_unapi_submit'),
+ '#ahah' => array(
+ 'path' => 'fedora/ilives/retrieve_unapi/js', // path we defined in hook_menu
+ 'wrapper' => 'mods-wrapper', // the HTML that wraps the element that needs to be replaced
+ 'method' => 'replace', // the method we're going to use: a replace operation
+ //'effect' => 'fade', // the effect used when replacing the element (try fade!)
+ ),
+ '#suffix' => '
',
+ );
drupal_add_js('', 'inline');
// We define a