From a29493e18e0224242a31434f88e7e884e8f251e0 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 6 Aug 2019 01:21:31 +1000 Subject: Be more inclusive in the monthly online count. --- example/web/loginpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/web/loginpage.html b/example/web/loginpage.html index 614c73d..a369e3c 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html @@ -73,7 +73,7 @@ a:active {color: blue;} <p>There are <!--#echo var="members" --> members of this grid.</p> <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world.</p> <p>There are <!--#echo var="outworld" --> locals out on the hypergrid.</p> - <p>There have been <!--#echo var="month" --> people on this grid in the last month.</p> + <p>There have been <!--#echo var="month" --> locals and visitors on this grid in the last month.</p> <p>There are <!--#echo var="sims" --> regions, though some might not be online right now.</p> </div> <div class="centre"> -- cgit v1.1