From 8bbd3dc3a4aef99bd1f0aa5ad5705d496d595694 Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Wed, 5 Mar 2014 18:56:42 +0000 Subject: [PATCH] codemirror: removed not really necessary files git-svn-id: https://svn.fhem.de/fhem/trunk@5136 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/codemirror/mode/perl/index.html | 75 ------------------------ fhem/www/codemirror/mode/xml/index.html | 57 ------------------ 2 files changed, 132 deletions(-) delete mode 100644 fhem/www/codemirror/mode/perl/index.html delete mode 100644 fhem/www/codemirror/mode/xml/index.html diff --git a/fhem/www/codemirror/mode/perl/index.html b/fhem/www/codemirror/mode/perl/index.html deleted file mode 100644 index 2b7578efe..000000000 --- a/fhem/www/codemirror/mode/perl/index.html +++ /dev/null @@ -1,75 +0,0 @@ - - -CodeMirror: Perl mode - - - - - - - - - -
-

Perl mode

- - -
- - - -

MIME types defined: text/x-perl.

-
diff --git a/fhem/www/codemirror/mode/xml/index.html b/fhem/www/codemirror/mode/xml/index.html deleted file mode 100644 index 873099aab..000000000 --- a/fhem/www/codemirror/mode/xml/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - -CodeMirror: XML mode - - - - - - - - - -
-

XML mode

-
- -

The XML mode supports two configuration parameters:

-
-
htmlMode (boolean)
-
This switches the mode to parse HTML instead of XML. This - means attributes do not have to be quoted, and some elements - (such as br) do not require a closing tag.
-
alignCDATA (boolean)
-
Setting this to true will force the opening tag of CDATA - blocks to not be indented.
-
- -

MIME types defined: application/xml, text/html.

-