comparison pages/register.inc.php @ 1062:7135c7b18bb9

Add linefeed.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 17 Nov 2016 14:20:00 +0200
parents 42cf6048a594
children 7e497188e4c6
comparison
equal deleted inserted replaced
1061:7298b2898a6d 1062:7135c7b18bb9
163 intValueToHash(rand(1,5)). 163 intValueToHash(rand(1,5)).
164 $botCheckOPs[rand(0,2)]. 164 $botCheckOPs[rand(0,2)].
165 intValueToHash(5 * rand(1,5)); 165 intValueToHash(5 * rand(1,5));
166 166
167 echo 167 echo
168 stGetSetting("registerPageBlurb"). 168 stGetSetting("registerPageBlurb")."\n".
169 stGetFormStart("register", "register"). 169 stGetFormStart("register", "register").
170 " ".stGetFormHiddenInput("mode", "check")."\n". 170 " ".stGetFormHiddenInput("mode", "check")."\n".
171 " ".stGetFormHiddenInput("hash", $botCheckHash)."\n". 171 " ".stGetFormHiddenInput("hash", $botCheckHash)."\n".
172 " <table class=\"register\">\n"; 172 " <table class=\"register\">\n";
173 stPrintFormTextInput("Handle:", "(who you are)", 20, SET_LEN_USERNAME, "name"); 173 stPrintFormTextInput("Handle:", "(who you are)", 20, SET_LEN_USERNAME, "name");