source: trunk/phpgwapi/js/htmlarea/plugins/HtmlTidy/html-tidy-config.cfg @ 2

Revision 2, 782 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:executable set to *
  • Property svn:mime-type set to application/octet-stream
Line 
1// Default configuration file for the htmlArea, HtmlTidy plugin
2// By Adam Wright, for The University of Western Australia
3//
4// Evertything you always wanted to know about HTML Tidy *
5// can be found at http://tidy.sourceforge.net/, and a
6// quick reference to the configuration options exists at
7// http://tidy.sourceforge.net/docs/quickref.html
8//
9// * But were afraid to ask
10//
11// Distributed under the same terms as HTMLArea itself.
12// This notice MUST stay intact for use (see license.txt).
13
14word-2000: yes
15clean: no
16drop-font-tags: yes
17doctype: auto
18drop-empty-paras: yes
19drop-proprietary-attributes: yes
20enclose-block-text: yes
21enclose-text: yes
22escape-cdata: yes
23logical-emphasis: yes
24indent: auto
25indent-spaces: 2
26break-before-br: yes
27output-xhtml: yes
28
29force-output: yes
Note: See TracBrowser for help on using the repository browser.