From 75b7115aac0e716c1ef67b2729a0121b33cab68c Mon Sep 17 00:00:00 2001 From: Robert Gaggl Date: Tue, 19 Jun 2001 11:09:28 +0000 Subject: [PATCH] uses now new.skin of weblog --- code/Root/new.hac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Root/new.hac b/code/Root/new.hac index eb52e0c9..fbbb8a65 100644 --- a/code/Root/new.hac +++ b/code/Root/new.hac @@ -18,5 +18,5 @@ if (!user.uid) { var newLog = this.evalNewWeblog(); res.body = this.renderSkinAsString("header"); - res.body += this.renderSkinAsString("new",newLog); -} + res.body += newLog.renderSkinAsString("new"); +}