diff --git a/plugins/slide_viewer.inc b/plugins/slide_viewer.inc index 7b14073d..39a950c3 100644 --- a/plugins/slide_viewer.inc +++ b/plugins/slide_viewer.inc @@ -44,8 +44,8 @@ class ShowSlideStreamsInFieldSets { '#type' => 'tabpage', '#title' => t('View'), // This will be the content of the tab. - '#content' => ''. '
'. drupal_get_form('fedora_repository_image_tagging_form', $this->pid) . '
', + '#content' => ''. ''. drupal_get_form('fedora_repository_image_tagging_form', $this->pid) . '
', ); $ssifs = new ShowStreamsInFieldSets($this->pid);