diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-04-04 17:28:23 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-04 17:28:23 -0700 |
commit | 98652f79fc4fff916a46bc94d6301b24bcd13df3 (patch) | |
tree | d61478bdd04decfefa37a6e206ac1183b78cc28f /httemplate/edit/elements | |
parent | 0cce02317f73de9a0711c6d3523820b2d0d972f5 (diff) |
eliminate leading whitespace
Diffstat (limited to 'httemplate/edit/elements')
-rw-r--r-- | httemplate/edit/elements/edit.html | 9 |
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'}) |