aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-02-01 19:16:19 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-02-01 19:16:19 -1000
commit90b88917e24590438f1d342854e3a0da28efcd09 (patch)
treee8973b059bfcd193ff182df9a65a393cee192fce /lib
parenta2d4c76879dc8c1aa10befd838f309c2e6daae15 (diff)
downloadpatchfoo-90b88917e24590438f1d342854e3a0da28efcd09.tar.gz
patchfoo-90b88917e24590438f1d342854e3a0da28efcd09.zip
Fix /pub page title
Diffstat (limited to 'lib')
-rw-r--r--lib/serve.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/serve.js b/lib/serve.js
index 0d9b76b..d7bf58d 100644
--- a/lib/serve.js
+++ b/lib/serve.js
@@ -4220,7 +4220,7 @@ Serve.prototype.pub = function (path) {
})
)
]),
- self.wrapPage('Block ' + id),
+ self.wrapPage('Addresses: ' + id),
self.respondSink(200)
)
}