Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-08-15 21:12:29 +0300
committerGitHub <noreply@github.com>2018-08-15 21:12:29 +0300
commita0ae082cd03f99ce057d75b71ad9ba6a89c6645c (patch)
tree49858a60f0bbf1e47e52a9a41b3e31b0c974c137 /js
parent8d5c2d2d459c18c2b1653ba6b29ef76600b769da (diff)
parentb9a08db19fd50e0789b45347c0b3d272333af276 (diff)
Merge pull request #98 from Mormuig/fix-issue-58
Fix issue 58
Diffstat (limited to 'js')
-rw-r--r--js/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/editor.js b/js/editor.js
index ae08452..badf1c2 100644
--- a/js/editor.js
+++ b/js/editor.js
@@ -244,7 +244,7 @@ var Files_Texteditor = {
'application/x-empty',
'application/x-msdos-program',
'application/x-php',
- 'application/x-pearl',
+ 'application/x-perl',
'application/x-text',
'application/yaml'
];