From: Dobrica Pavlinusic Date: Tue, 29 Jun 2010 14:18:02 +0000 (+0200) Subject: make facet code console behave like table one X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;ds=sidebyside;h=a13ac2b2860144d8dc70b768dcc49aab5f13900e;hp=bea887a74f3e5379f5817f97ae26d51a0fad4a79;p=MojoFacets.git make facet code console behave like table one --- diff --git a/templates/data/facet.html.ep b/templates/data/facet.html.ep index 9038396..65d316f 100644 --- a/templates/data/facet.html.ep +++ b/templates/data/facet.html.ep @@ -55,7 +55,7 @@ First <%= $max_facets %> shown -
+
Eval code on each facet $value and $count @@ -66,11 +66,10 @@ $checked = 1 if $count > 10;
% if ( my $out = stash('out') ) { -
<%= dumper $out %>
+
<%= dumper $out %>
% } - +% my $rows = scalar split(/\n/,param('code')); +