1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-24 07:02:51 +02:00

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 "</table>\n";
} }
echo '<p class="links">' 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" . '<a href="' . h(ME) . 'function=">' . lang('Create function') . "</a>\n"
; ;
} }