mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 20:31:19 +02:00
Added one missing | between links
This commit is contained in:
@@ -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"
|
||||
;
|
||||
}
|
||||
|
Reference in New Issue
Block a user