aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/fsuggest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/fsuggest.php b/mod/fsuggest.php
index 5044be72d..9ef8f4c55 100644
--- a/mod/fsuggest.php
+++ b/mod/fsuggest.php
@@ -104,7 +104,7 @@ function fsuggest_content(&$a) {
array('size' => 4, 'exclude' => $contact_id, 'networks' => 'DFRN_ONLY', 'single' => true));
- $o .= '<input id="fsuggest-submit" type="submit" name="submit" value="' . t('Submit') . '" />';
+ $o .= '<div id="fsuggest-submit-wrapper"><input id="fsuggest-submit" type="submit" name="submit" value="' . t('Submit') . '" /></div>';
$o .= '</form>';
return $o;