Added one missing | between links

This commit is contained in:
Lionel Laffineur 2023-07-17 22:17:49 +02:00
parent c36df643e6
commit fd2c7a8561

View file

@ -178,7 +178,7 @@ if ($adminer->homepage()) {
echo "</table>\n";
}
echo '<p class="links">'
. (support("procedure") ? '<a href="' . h(ME) . 'procedure=">' . lang('Create procedure') . '</a>' : '')
. (support("procedure") ? '<a href="' . h(ME) . 'procedure=">' . lang('Create procedure') . '</a> | ' : '')
. '<a href="' . h(ME) . 'function=">' . lang('Create function') . "</a>\n"
;
}