Fixing style errors.

This commit is contained in:
stickler-ci 2021-12-09 10:25:58 +00:00
parent 0c2dce372f
commit 93356d9dc4

View File

@ -383,7 +383,7 @@ if ($id > 0 || $ref) {
$urladd = "&id=".urlencode($id);
if ($limit > 0 && $limit != $conf->liste_limit) {
$urladd .= '&limit='.urlencode($limit);
$urladd .= '&limit='.urlencode($limit);
}
print '<form method="get" action="'.$_SERVER ['PHP_SELF'].'" name="search_form">'."\n";