Is there a preference for the sea to create more human-readable html, i.e. Html including line breaks?

Seaside's standard html output is on the same line without any line breaks.

Is there a preference for changing this behavior, so that the conclusion will be more understandable to humans?

If not, how could this behavior be changed?

+5
source share
2 answers

There is no such preference, the reasons for this

  • HTML is space-sensitive (it also depends on styles)
  • developer tools already show you pretty printed html and
  • tools such as FireBug and WebKit development tools can also help you.
+4
source

afaik, there are no such preferences.

, - (, firebug -) html javascripts.

+5

All Articles