From 0372d7f2db2d896270e4814f9dd09117a67d0d5d Mon Sep 17 00:00:00 2001 From: paulr Date: Sun, 30 Dec 2012 22:38:11 +1100 Subject: [PATCH] example bits --- examples/simple/purls/justlayout.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/simple/purls/justlayout.js b/examples/simple/purls/justlayout.js index f02b439..a108a99 100644 --- a/examples/simple/purls/justlayout.js +++ b/examples/simple/purls/justlayout.js @@ -1,5 +1,5 @@ exports.layout = function(request, response) { - var tkl = "

Just a Layout

this purl is simple a layout"; + var tkl = "

Just a Layout

this purl is simply a layout"; tkl += " and nothing else!"; return tkl; -- 1.7.0.4