From 115af2a823688eeb8b9021432962db7df2bb6c21 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 21 May 2017 21:54:41 +0200 Subject: Add variable for repository URL. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 7fae898..df8a101 100644 --- a/index.php +++ b/index.php @@ -195,7 +195,7 @@ final class LookingGlass { } print('

'); - print('Powered by Looking Glass '.$this->release['version'].''); + print('Powered by Looking Glass '.$this->release['version'].''); print('

'); print(''); } -- cgit v1.2.3