aboutsummaryrefslogtreecommitdiff
path: root/lib/serve.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/serve.js')
-rw-r--r--lib/serve.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/serve.js b/lib/serve.js
index 188b275..8885704 100644
--- a/lib/serve.js
+++ b/lib/serve.js
@@ -685,7 +685,7 @@ Serve.prototype.wrapPage = function (title, searchQ) {
// h('a', {href: '/git'}, 'git')
)),
self.publishedMsg ? h('div',
- 'published:',
+ 'published ',
self.app.render.msgLink(self.publishedMsg, done())
) : '',
content