Modified:
trunk/index.html.tmpl
Log:
appended semicolon to line 24
Modified: trunk/index.html.tmpl
==============================================================================
--- trunk/index.html.tmpl (original)
+++ trunk/index.html.tmpl Sat May 23 13:56:17 2009
@@ -21,7 +21,7 @@
canvas = document.getElementById(canvas_id);
form = document.getElementById(form_id);
textOutput = document.getElementById(textoutput_id);
- sprite = document.getElementById(turtle_id)
+ sprite = document.getElementById(turtle_id);
// I hate opera, I hate firefox.
canvas.style.width = 500;