diff options
Diffstat (limited to 'shell_minimal.html')
| -rw-r--r-- | shell_minimal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell_minimal.html b/shell_minimal.html index 33a28b5..3f5a9ac 100644 --- a/shell_minimal.html +++ b/shell_minimal.html @@ -5,7 +5,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Emscripten-Generated Code</title> <style> - #output{display:none;} + #output{display:block;} .emscripten { padding-right: 0; margin-left: auto; margin-right: auto; display: block; } textarea.emscripten { font-family: monospace; width: 80%; } div.emscripten { text-align: center; } |
