Update localtx.php

This commit is contained in:
EA4GKQ 2016-06-24 22:13:34 +02:00 committed by GitHub
parent a5ce6d14d1
commit ee25557478

View file

@ -47,9 +47,6 @@ for ($i = 0; $i < count($localTXList); $i++) {
}
echo"</tr>\n";
$counter++;
if ($counter == 20) {
break;
}
}
}