From 8854d382910a27f66cf16afb66cd0741617168e4 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Fri, 2 Feb 2018 10:55:28 +0000 Subject: Support a config item for the length of the routers list --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 64e72bb..714bed6 100644 --- a/index.php +++ b/index.php @@ -42,7 +42,7 @@ final class LookingGlass { private function render_routers() { print('
'); print(''); - print(''); $first = true; foreach (array_keys($this->routers) as $router) { -- cgit v1.2.3