attributes inline
Hi,
I want Tidy to do this:
<p>Some text</p>
Not this:
<p>
Some text
</p>
How can i accomplish that?
I can't seem to find the right option.
Thank you!
This is my config:
char-encoding: utf8
clean: yes
doctype: strict
drop-empty-paras: no
fix-backslash: yes
fix-bad-comments: no
fix-uri: yes
indent-spaces: 4
indent: yes
join-styles: yes
lower-literals: yes
merge-divs: no
merge-spans: no
ncr: yes
newline: LF
output-encoding: utf8
output-xhtml: yes
preserve-entities: yes
quote-ampersand: yes
quote-marks: yes
quote-nbsp: yes
tab-size: 4
tidy-mark: no
wrap: 0