1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-31 20:00:28 +02:00

adjust whitespace of notes code to match rest of project

This commit is contained in:
Hakim El Hattab
2012-07-01 16:43:43 -04:00
parent e2ba1c1142
commit 9608ac9d2d
2 changed files with 43 additions and 43 deletions

View File

@@ -32,7 +32,7 @@ app.get("/", function(req, res) {
app.get("/_notes/:socketId", function(req, res) {
fs.readFile(opts.baseDir + 'slidenotes/notes.html', function(err, data) {
fs.readFile(opts.baseDir + 'lib/slidenotes/notes.html', function(err, data) {
res.send(Mustache.to_html(data.toString(), {
socketId : req.params.socketId
}));