diff --git a/db_search.php b/db_search.php
index c401a4fa9..fba68d17f 100644
--- a/db_search.php
+++ b/db_search.php
@@ -243,7 +243,7 @@ if (isset($_REQUEST['submit_search'])) {
$sql_query .= $newsearchsqls['select_count'];
- echo '
'
+ echo '
'
.'' . sprintf(_ngettext('%s match inside table %s', '%s matches inside table %s', $res_cnt), $res_cnt,
htmlspecialchars($each_table)) . " | \n";
diff --git a/db_tracking.php b/db_tracking.php
index dbd5c5f4b..c0421d600 100644
--- a/db_tracking.php
+++ b/db_tracking.php
@@ -123,7 +123,7 @@ if (PMA_DBI_num_rows($all_tables_result) > 0) {
$tmp_link = 'tbl_tracking.php?' . $url_query . '&table=' . htmlspecialchars($version_data['table_name']);
$delete_link = 'db_tracking.php?' . $url_query . '&table=' . htmlspecialchars($version_data['table_name']) . '&delete_tracking=true&';
?>
-
+
|
|
|
@@ -202,7 +202,7 @@ if (isset($my_tables)) {
}
$my_link .= __('Track table') . '';
?>
-
+
|
|
diff --git a/libraries/tbl_triggers.lib.php b/libraries/tbl_triggers.lib.php
index 15f07b2af..0663ef4a9 100644
--- a/libraries/tbl_triggers.lib.php
+++ b/libraries/tbl_triggers.lib.php
@@ -37,7 +37,7 @@ if ($triggers) {
foreach ($triggers as $trigger) {
$drop_and_create = $trigger['drop'] . $delimiter . "\n" . $trigger['create'] . "\n";
- echo sprintf('
+ echo sprintf('
%s |
%s |
%s |
diff --git a/server_binlog.php b/server_binlog.php
index df41b977e..b4915652f 100644
--- a/server_binlog.php
+++ b/server_binlog.php
@@ -212,7 +212,7 @@ while ($value = PMA_DBI_fetch_assoc($result)) {
$value['Info'] = PMA_substr($value['Info'], 0, $GLOBALS['cfg']['LimitChars']) . '...';
}
?>
-
+
|
|
|
diff --git a/server_engines.php b/server_engines.php
index 7bdccc8a9..4eb531228 100644
--- a/server_engines.php
+++ b/server_engines.php
@@ -65,7 +65,7 @@ if (empty($_REQUEST['engine'])
*/
$odd_row = true;
foreach (PMA_StorageEngine::getStorageEngines() as $engine => $details) {
- echo '
get('BLOBSTREAMING_PLUGINS_EXIST')) {
// Special case for PBMS daemon which is not listed as an engine
- echo '
' . "\n"
. ' | ' . "\n"
. ' ' . htmlspecialchars("PrimeBase MediaStream (PBMS) daemon") . ' | ' . "\n"
- . '
' . "\n";
+ . '' . "\n";
}
unset($odd_row, $engine, $details);
diff --git a/server_processlist.php b/server_processlist.php
index 1e3102153..ea31a7617 100644
--- a/server_processlist.php
+++ b/server_processlist.php
@@ -74,7 +74,7 @@ while($process = PMA_DBI_fetch_assoc($result)) {
$url_params['kill'] = $process['Id'];
$kill_process = 'server_processlist.php' . PMA_generate_common_url($url_params);
?>
-
+
|
|
|
diff --git a/server_status.php b/server_status.php
index ca8169113..c67c63a75 100644
--- a/server_status.php
+++ b/server_status.php
@@ -516,7 +516,7 @@ foreach ($sections as $section_name => $section) {
-
+
|
$section) {
PMA_formatByteDown(
$server_status['Bytes_received'] * $hour_factor, 2, 1)); ?> |
-
+
|
$section) {
PMA_formatByteDown(
$server_status['Bytes_sent'] * $hour_factor, 2, 1)); ?> |
-
+
|
$section) {
|
-
+
|
|
--- |
--- |
-
+
|
|
@@ -583,7 +583,7 @@ foreach ($sections as $section_name => $section) {
0, 2) . '%'
: '--- '; ?>
-
+
|
|
@@ -597,7 +597,7 @@ foreach ($sections as $section_name => $section) {
0, 2) . '%'
: '--- '; ?>
-
+
|
|
@@ -628,7 +628,7 @@ foreach ($sections as $section_name => $section) {
-
+
|
$value) {
$name = str_replace('Com_', '', $name);
$name = str_replace('_', ' ', $name);
?>
- |
+
|
|
$value) {
$odd_row = !$odd_row;
?>
- |
+
|
$value) {
?>
- |
$vrow) {
$vrow[$field['Field']] = date('Y-m-d H:i:s', time());
}
?>
-
+
align="center">
diff --git a/tbl_select.php b/tbl_select.php
index 0d8cbb777..2cb008629 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -122,7 +122,7 @@ if (!isset($param) || $param[0] == '') {
for ($i = 0; $i < $fields_cnt; $i++) {
?>
- |
+
|
|
|
diff --git a/tbl_tracking.php b/tbl_tracking.php
index 9b9dbcfe0..b65198686 100644
--- a/tbl_tracking.php
+++ b/tbl_tracking.php
@@ -278,7 +278,7 @@ if (isset($_REQUEST['snapshot'])) {
$style = 'odd';
foreach($columns as $field_index => $field) {
?>
-
+
' . $field['Field'] . '' . "\n";
@@ -336,7 +336,7 @@ if (isset($_REQUEST['snapshot'])) {
$str_packed = __('No');
}
?>
-
+
|
|
|
@@ -420,7 +420,7 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) {
if ($timestamp >= $filter_ts_from && $timestamp <= $filter_ts_to &&
( in_array('*', $filter_users) || in_array($entry['username'], $filter_users) ) ) {
?>
-
+
|
|
|
@@ -471,7 +471,7 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) {
if ($timestamp >= $filter_ts_from && $timestamp <= $filter_ts_to &&
( in_array('*', $filter_users) || in_array($entry['username'], $filter_users) ) ) {
?>
-
+
|
|
|
@@ -608,7 +608,7 @@ if ($last_version > 0) {
$tracking_active = true;
}
?>
-
+
|
|
|