Switch to edit mode.
Name(s): _render_page1: "*** DON'T TOUCH THIS CODE *** AUTOMATICALLY GENERATED ***"
2: caller == this || raise(E_PERM)
3: player:tell({"<HTML><HEAD>", " <TITLE>An intentional Error.</TITLE>"})
4: player:tell($html_utils:nav_links(this:www_nav_links()))
5: player:tell({"</HEAD>", ""})
6: player:tell(this.header)
7: player:tell({"", "The following is an intentional error:"})
8: "The 'b' should be 'a'"
9: a = 10
10: for i in [1..b]
11: player:tell(" Hello World<br>")
12: endfor
13: player:tell({"", "<P>", ""})
14: player:tell(this:viewsourcelink())
15: player:tell("")
16: player:tell(this.footer)
17: this:tell_www_tail(@args)
18: player:tell("</BODY></HTML>")
19: "Last modified by Dax (#789) on Mon Oct 22 14:58:06 2001 MDT."