no message

This commit is contained in:
Robert Gaggl 2001-06-19 12:44:44 +00:00
parent 7c9e204474
commit 7853f84444

View file

@ -50,7 +50,7 @@ function author_macro(param) {
function createtime_macro(param) {
renderPrefix(param);
res.write(param.format ? this.createtime.format(param.format) : this.createtime.format());
res.write(param.format ? this.createtime.format(param.format) : this.createtime.format("yyyy.MM.dd HH:mm"));
renderSuffix(param);
}