diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2017-10-28 15:47:06 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2017-10-28 15:47:06 +0200 |
| commit | 53cddb9c9e119561458dff43a4b1be67de73cf4f (patch) | |
| tree | 9a3627b682d8a3324a0e086a208bdd7f0cbeac43 /data | |
| parent | 01fee6cee1831c88fe9522167940d2ad68657efa (diff) | |
| download | phorkie-53cddb9c9e119561458dff43a4b1be67de73cf4f.tar.gz phorkie-53cddb9c9e119561458dff43a4b1be67de73cf4f.zip | |
Word-wrap for txt files
This means there are no line numbers for .txt anymore,
but I find it more important to have word wrap.
Resolves: https://github.com/cweiske/phorkie/issues/31
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/config.default.php b/data/config.default.php index 06b53ed..fce74c1 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -161,7 +161,8 @@ $GLOBALS['phorkie']['languages'] = array( 'txt' => array( 'title' => 'Text (plain)', 'mime' => 'text/plain', - 'geshi' => 'txt' + 'geshi' => 'txt', + 'renderer' => '\\phorkie\\Renderer_Plaintext' ), 'ts' => array( 'title' => 'TypoScript', |
