diff --git a/server_export.php b/server_export.php
index e728465bc..183b784c4 100644
--- a/server_export.php
+++ b/server_export.php
@@ -12,6 +12,7 @@
require_once './libraries/common.inc.php';
$GLOBALS['js_include'][] = 'functions.js';
+$GLOBALS['js_include'][] = 'export.js';
/**
* Displays the links
@@ -23,12 +24,12 @@ $checkall_url = 'server_export.php?'
. PMA_generate_common_url()
. '&goto=db_export.php';
-$multi_values = '
';
+$multi_values = '
';
$multi_values .= '
' . __('Select All') . '
/
' . __('Unselect All') . '';
-$multi_values .= '
';
+$multi_values .= '
';
$export_type = 'server';
require_once './libraries/display_export.lib.php';