Skip to content

Commit

Permalink
Fixed #25.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed May 23, 2014
1 parent 00fad54 commit f1bab8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheSchreibmaschine.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
newParagraph();
break;
case 32: // Add space
write("\u00A0");
write(" ");
break;
default: //Add text
write(String.fromCharCode(event.charCode));
Expand Down

0 comments on commit f1bab8e

Please sign in to comment.