|
<HTML><HEAD> <TITLE>An intentional Error.</TITLE> <%=$html_utils:nav_links(this:www_nav_links())%> </HEAD> <%=this.header%> The following is an intentional error: <% "The 'b' should be 'a'"; a = 10; for i in [1..b] %> Hello World<br> <% endfor %> <P> <%=this:viewsourcelink()%> <%=this.footer%> <% this:tell_www_tail(@args); %> </BODY></HTML> <!-- Last modified by Dax (#789) on Mon Oct 22 14:58:06 2001 MDT. --> |