X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/918c39c0584122cac34c941fb92bcf782b1616c6..e8c5169fcec290c2eba99b90f22fd47db2047f75:/SL/Template/Plugin/L.pm diff --git a/SL/Template/Plugin/L.pm b/SL/Template/Plugin/L.pm index 93508fcf2..7916b782a 100644 --- a/SL/Template/Plugin/L.pm +++ b/SL/Template/Plugin/L.pm @@ -82,6 +82,7 @@ sub link { return _call_presenter('link_tag', sub input_number_tag { return _call_presenter('input_number_tag', @_); } sub textarea_tag { return _call_presenter('textarea_tag', @_); } sub date_tag { return _call_presenter('date_tag', @_); } +sub div_tag { return _call_presenter('div_tag', @_); } sub _set_id_attribute { my ($attributes, $name, $unique) = @_; @@ -118,11 +119,6 @@ sub radio_button_tag { return $code; } -sub div_tag { - my ($self, $content, @slurp) = @_; - return $self->html_tag('div', $content, @slurp); -} - sub ul_tag { my ($self, $content, @slurp) = @_; return $self->html_tag('ul', $content, @slurp);