From 98652f79fc4fff916a46bc94d6301b24bcd13df3 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 4 Apr 2014 17:28:23 -0700 Subject: eliminate leading whitespace --- httemplate/edit/elements/edit.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'httemplate/edit/elements') diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html index 54d676849..f00345434 100644 --- a/httemplate/edit/elements/edit.html +++ b/httemplate/edit/elements/edit.html @@ -196,7 +196,7 @@ Example: &> - +% % unless ( $opt{embed} ) { % % my $title = $opt{action}. ' '. ( $opt{name} || $opt{'name_singular'} ); @@ -213,14 +213,13 @@ Example: % "View all $items" => $viewall_url, % ); % } - - - <% include('/elements/header'. ( $opt{popup} ? '-popup' : '' ). '.html', +% +<% include('/elements/header'. ( $opt{popup} ? '-popup' : '' ). '.html', $title, include( '/elements/menubar.html', @menubar ), $opt{'body_etc'}, ) - %> +%> <% defined($opt{'html_init'}) ? ( ref($opt{'html_init'}) -- cgit v1.2.1