From fa04273b72bffdcbe276de4da804b96049f7185f Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Tue, 7 May 2013 16:53:24 -0400 Subject: [PATCH] footer lastest user links to their profile --- public/templates/footer.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/footer.tpl b/public/templates/footer.tpl index ec91e29634..f23c07ad7e 100644 --- a/public/templates/footer.tpl +++ b/public/templates/footer.tpl @@ -29,7 +29,7 @@ if (data.username == '') { latest_user.innerHTML = ''; } else { - latest_user.innerHTML = "The most recent user to register is " + data.username + "."; + latest_user.innerHTML = "The most recent user to register is " + data.username + "."; } }); socket.emit('api:user.active.get');