diff --git a/Documentation.html b/Documentation.html
index f08981962..1750d1e6a 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -2204,7 +2204,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
- Click on your db name in the left frame
- - Choose "Query by example"
+ - Choose "Query"
- Use tables: persons, towns, countries
- Click "Update query"
- In the fields row, choose persons.person_name and click the
diff --git a/libraries/display_tbl.lib.php3 b/libraries/display_tbl.lib.php3
index cb83d116c..eedd4c416 100644
--- a/libraries/display_tbl.lib.php3
+++ b/libraries/display_tbl.lib.php3
@@ -717,7 +717,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){
*/
function PMA_linkOrButton($url, $message, $js_conf)
{
- if (strlen($url) <= 1024) {
+ if (strlen($url) <= 2047) {
$onclick_url = (empty($js_conf) ? '' : ' onclick="return confirmLink(this, \'' . $js_conf . '\')"');
echo ' ' . "\n"
. ' ' . $message . '' . "\n";