From 4248a925ee12232417f6c45ba63a8f5a632e888f Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Thu, 8 Jul 2010 16:15:46 +0200 Subject: [PATCH] Layout error due to bad '
' --- layouts/article.html | 2 +- layouts/default.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/article.html b/layouts/article.html index 2b4c2d13a..e86b52883 100644 --- a/layouts/article.html +++ b/layouts/article.html @@ -83,7 +83,7 @@ self.instance_variable_set(:@conf, conf) else nil end - end.join('
') %> + end.join() %> diff --git a/layouts/default.html b/layouts/default.html index 01dc404ba..59e887142 100644 --- a/layouts/default.html +++ b/layouts/default.html @@ -88,7 +88,7 @@ self.instance_variable_set(:@conf, conf) else nil end - end.join('
') %> + end.join() %>