diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/js/500.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/static/js/500.js b/static/js/500.js index f8407da1..72a9fc9a 100644 --- a/static/js/500.js +++ b/static/js/500.js @@ -31,7 +31,7 @@ typewriter.appendText('Python 3.6.4 (default, Jan  5 2018, 02:35:40)\n')      .deleteChars(7)      .pauseFor(1000)      .typeString("response.text\n") -    .appendText("'" + window._ErrorMsg + "'\n>>> ") +    .appendText("" + window._ErrorMsg + "\n>>> ")      .start();  function closeWindow(){ | 
