Fix typo in Spartacus creation date function.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2020-03-24 12:59:28 +01:00
parent 986cebae4f
commit 0af1411cba

View file

@ -386,7 +386,7 @@ class emerge_spartacus {
foreach($group AS $plug) { foreach($group AS $plug) {
$p[] = $plug['content']; $p[] = $plug['content'];
} }
$c = LANG; $c = LASTRUN;
$c .= '<section id="group_' . $gshort . '" class="spartacus-group"> $c .= '<section id="group_' . $gshort . '" class="spartacus-group">
<h3>' . $gname . '</h3> <h3>' . $gname . '</h3>
' . implode("\n", $p) . ' ' . implode("\n", $p) . '