HTML::FormFu::OutputProcessor::Indent - Nicely Indent HTML Output


HTML-FormFu documentation  | view source Contained in the HTML-FormFu distribution.

Index


NAME

Top

HTML::FormFu::OutputProcessor::Indent - Nicely Indent HTML Output

SYNOPSIS

Top

    ---
    output_processors:
      - Indent

METHODS

Top

indent

Arguments: $string

Default Value: "\t"

The string to be used to indent the HTML.

preserve_tags

Arguments: \@tags

Default Value: ['pre', 'textarea']

An arrayref of tag names who's contents should not be processed.

SEE ALSO

Top

Is a sub-class of, and inherits methods from HTML::FormFu::OutputProcessor

HTML::FormFu

AUTHOR

Top

Carl Franks cfranks@cpan.org

LICENSE

Top

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.


HTML-FormFu documentation  | view source Contained in the HTML-FormFu distribution.