From 15815187c2f10c6c2bb611b2203a226408ae3905 Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Fri, 11 Feb 2011 17:44:37 -0400 Subject: [PATCH] ISLANDORA-190 Remove link ot FULL_JPG in slideCModel. --- plugins/slide_viewer.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);