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