diff options
Diffstat (limited to 'examples/http-server/sample-site')
| -rwxr-xr-x | examples/http-server/sample-site/random.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/http-server/sample-site/random.tm b/examples/http-server/sample-site/random.tm index 502618e8..29b93be7 100755 --- a/examples/http-server/sample-site/random.tm +++ b/examples/http-server/sample-site/random.tm @@ -11,7 +11,7 @@ func main(): </head> <body> <h1>Random Number</h1> - Your random number is: $(random:int(1,100)) + Your random number is: $(random.int(1,100)) </body> </html> ") |
