aboutsummaryrefslogtreecommitdiff
path: root/demos/python.html
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-06-23 21:40:07 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-06-23 21:40:07 -0700
commit6a0eae0f483fe49675c81c613c1ec3ee8696745c (patch)
tree0cdda81637de5e74460cfc184203b17a8a795070 /demos/python.html
parente2777762c09f22d78c01da8085a3bc44c938b1ca (diff)
update python demo
Diffstat (limited to 'demos/python.html')
-rw-r--r--demos/python.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/python.html b/demos/python.html
index 16d784aa..f175f081 100644
--- a/demos/python.html
+++ b/demos/python.html
@@ -72,7 +72,7 @@
}
if (printed) {
- element.value = element.value + lines.join('\n');
+ element.value = element.value + lines.join('\n') + '\n';
// scroll down
var len = element.textLength;
element.setSelectionRange(len-1, len);