Wrap some long lines

This commit is contained in:
Michal Čihař 2012-05-23 14:16:55 +02:00
parent def75ac09f
commit 5a8ed25ef4

View File

@ -1232,7 +1232,8 @@ function PMA_getOptionsBlock($db, $table, $sql_query, $goto)
$options_html = '';
$options_html .= '<form method="post" action="sql.php" name="displayOptionsForm" '
$options_html .= '<form method="post" action="sql.php" '
. 'name="displayOptionsForm" '
. 'id="displayOptionsForm"';
if ($GLOBALS['cfg']['AjaxEnable']) {