From b848d1f5d85c07305d41fa53bc1830834fa50852 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 20 Jun 2010 18:59:12 +0200 Subject: [PATCH] hide code depends and description make textarea full width --- templates/code/index.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/code/index.html.ep b/templates/code/index.html.ep index d2599b7..d1a408e 100644 --- a/templates/code/index.html.ep +++ b/templates/code/index.html.ep @@ -10,12 +10,12 @@ % my $path = "code/$depends.$desc.pl"; <%= $desc %> - - + +
% my $code = $snippets->{$depends}->{$desc}; % my $rows = scalar split(/\n/,$code); - -- 2.20.1