Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4c6458798c
@ -4534,7 +4534,7 @@ class PMA_DisplayResults
|
||||
$pre_count = '~';
|
||||
$after_count = PMA_Util::showHint(
|
||||
PMA_sanitize(
|
||||
__('May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]')
|
||||
__('May be approximate. See [doc@faq3-11]FAQ 3.11[/doc].')
|
||||
)
|
||||
);
|
||||
} else {
|
||||
@ -6041,7 +6041,7 @@ class PMA_DisplayResults
|
||||
}
|
||||
|
||||
/**
|
||||
* Display binary columns as hex string if requested
|
||||
* Display binary columns as hex string if requested
|
||||
* otherwise escape the contents using the best possible way
|
||||
*
|
||||
* @param string $content String to parse
|
||||
|
||||
@ -768,7 +768,7 @@ function PMA_tableHeader($db_is_system_schema = false, $replication = false)
|
||||
.'<th>' . PMA_sortableTableHeader(__('Rows'), 'records', 'DESC')
|
||||
. PMA_Util::showHint(
|
||||
PMA_sanitize(
|
||||
__('May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]')
|
||||
__('May be approximate. See [doc@faq3-11]FAQ 3.11[/doc].')
|
||||
)
|
||||
) . "\n"
|
||||
.'</th>' . "\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user