diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-05-25 21:41:52 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-05-25 21:41:52 +0200 |
| commit | 5906b756a5020f40da6c7653a059785dd6623f15 (patch) | |
| tree | 59cf2b1b3a1ca2ccb860fecab6bcad78dade5225 /data/config.default.php | |
| parent | df60b8725627fc7b15bd2e6ead836d865bd221ef (diff) | |
| download | phorkie-5906b756a5020f40da6c7653a059785dd6623f15.tar.gz phorkie-5906b756a5020f40da6c7653a059785dd6623f15.zip | |
correct type for typoscript
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/config.default.php b/data/config.default.php index 17e4a49..b648614 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -88,7 +88,7 @@ $GLOBALS['phorkie']['languages'] = array( ), 'ts' => array( 'title' => 'TypoScript', - 'mime' => 'text/plain',/* TODO: correct type */ + 'mime' => 'text/x-typoscript',/* TODO: correct type */ 'geshi' => 'typoscript' ), 'txt' => array( |
