summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements/edit.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-04-04 17:28:23 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-04 17:28:23 -0700
commit98652f79fc4fff916a46bc94d6301b24bcd13df3 (patch)
treed61478bdd04decfefa37a6e206ac1183b78cc28f /httemplate/edit/elements/edit.html
parent0cce02317f73de9a0711c6d3523820b2d0d972f5 (diff)
eliminate leading whitespace
Diffstat (limited to 'httemplate/edit/elements/edit.html')
-rw-r--r--httemplate/edit/elements/edit.html9
1 files changed, 4 insertions, 5 deletions
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:
&>
</%doc>
-
+%
% 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'})