houseabsolute / HTML-Mason

High-performance, dynamic web site authoring system
https://metacpan.org/release/HTML-Mason/
Other
9 stars 18 forks source link

<%method name> adds extra "\n" to the output #14

Open autarch opened 4 years ago

autarch commented 4 years ago

Migrated from rt.cpan.org #103917 (status was 'new')

Requestors:

From kes-kes@yandex.ru on 2015-04-23 16:47:53 :

<%method name> adds extra "\n" to the output

as workaround I can use "\" at the end:

<%method name>\

but this is ugly. because <\%method> do not add extra "\n"

PS. is there flag that do not generate "\n" for empty lines? This is useful for code formatting which do not influence the output.