Is there a Seaside preference to create more human readable html, i.e. html including linebreaks?
Asked Answered
M

2

5

The standard html output created by Seaside is all in one line, without any linebreaks.

Is there a preference to change this behavior, so that the output will be more human readable?

If not, what would be a way to change this behavior?

Matta answered 4/9, 2012 at 13:47 Comment(0)
T
4

There is no such preference, the reasons for this being

  • HTML is sensitive to whitespace (this also depends on the styles),
  • the developer tools already show you pretty printed html, and
  • tools like FireBug and WebKit developer tools can help you too.
Tyishatyke answered 8/9, 2012 at 12:9 Comment(0)
L
5

afaik, there is no such preference.

Mind that developer tools in the webbrowser (such as firebug and webkit dev tools) can show you the formatted html & have a switch to pretty-print generated javascripts.

Luhey answered 4/9, 2012 at 14:2 Comment(0)
T
4

There is no such preference, the reasons for this being

  • HTML is sensitive to whitespace (this also depends on the styles),
  • the developer tools already show you pretty printed html, and
  • tools like FireBug and WebKit developer tools can help you too.
Tyishatyke answered 8/9, 2012 at 12:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.