Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel3735928559 committed Sep 16, 2016
1 parent 5e1ffc6 commit 0f931c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
Guppy.guppy_init("src/transform.xsl","src/symbols.json");
var g1 = new Guppy("guppy1",{'right_callback':function(){},'left_callback':function(){},'done_callback':function(){
document.getElementById('stuff').appendChild(document.createElement('br'));
document.getElementById('stuff').appendChild(document.createTextNode(Guppy.instances.guppy1.get_content(text')));
document.getElementById('stuff').appendChild(document.createTextNode(Guppy.instances.guppy1.get_content('text')));
}});
</script>
</body></html>

0 comments on commit 0f931c7

Please sign in to comment.