Mercurial Hosting > luan
diff website/src/tutorial.html.luan @ 686:33f1b4ad2c9d
more documentation fixes
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 17 Apr 2016 16:39:28 -0600 |
parents | 7cc9d4a53d3b |
children | ca169567ce07 |
line wrap: on
line diff
--- a/website/src/tutorial.html.luan Sat Apr 16 22:37:47 2016 -0600 +++ b/website/src/tutorial.html.luan Sun Apr 17 16:39:28 2016 -0600 @@ -34,7 +34,7 @@ <p>The syntax here is based on <a href="http://en.wikipedia.org/wiki/JavaServer_Pages">JSP</a>. Let's change it a little:</p> <pre><%=Html.encode[[ - name = "Bob" + local name = "Bob" %> Hello <%= name %> <%