From 3fb031d0095a00a10a09fc49fb38bf7177fe71c9 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 22 Jun 2010 13:43:25 +0200 Subject: [PATCH] fixed type code errors --- templates/data/items/table.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/data/items/table.html.ep b/templates/data/items/table.html.ep index 6089409..5c40b4b 100644 --- a/templates/data/items/table.html.ep +++ b/templates/data/items/table.html.ep @@ -66,7 +66,7 @@ filter % my $error = stash('eval_error'); % if ( $error ) { -
<%= $error %>
+<%= $error %> % } % if ( $out ) { -- 2.20.1