pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 86f161b6cfb96a6a12f8c1e954f7c195366f397e parent d4535d0784ce9b1d5acef494aa7841042ab3284a Author: Jul <jul@9o.is> Date: Tue, 10 Jun 2014 16:25:58 -0400 fixed string typo in set page title for uirouter Diffstat:
| M | src/main/scala/bootstrap/liftweb/Boot.scala | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/scala/bootstrap/liftweb/Boot.scala b/src/main/scala/bootstrap/liftweb/Boot.scala @@ -73,7 +73,7 @@ class Boot extends Loggable { // Initialize required settings for UiRouter UiRouter.init - UiRouter.pageTitle.default.set(setTitle(pageName => "PYC: " + pageName)) + UiRouter.pageTitle.default.set(setTitle(pageName => "'PYC: ' + " + pageName)) // Mailer Mailer.devModeSend.default.set((m: MimeMessage) => logger.info("Dev mode message:\n" + prettyPrintMime(m)))