diff --git a/server.js b/server.js index 2cd8045..57e8c96 100644 --- a/server.js +++ b/server.js @@ -210,7 +210,7 @@ function handleUpload(res, req) { } }); page.property('zoomFactor', 2); // pretty arbitrary - page.property('content', json.body); + page.property('content', '' + json.body + ''); })); decks.push(deckJSON.name); });