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

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-08-04 11:51:08 +0300
committerAleksander Machniak <alec@alec.pl>2021-08-04 11:51:08 +0300
commit67d3b0fe63a1b977a35d26c265e8e3f2305594bc (patch)
tree78a91af2970675018bcdf83f0ecef51ad60a555f /program/include/rcmail.php
parent12c7ea581d7378185bc8c90d37360de61a033874 (diff)
Update changelog, code cleanup
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r--program/include/rcmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index 0bd970f9d..39605ea61 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -1914,7 +1914,7 @@ class rcmail extends rcube
{
$default_options = [
'links' => $this->config->get('html2text_links', rcube_html2text::LINKS_DEFAULT),
- 'width' => $this->config->get('html2text_width', 75),
+ 'width' => $this->config->get('html2text_width') ?: 75,
'body' => $html,
'charset' => RCUBE_CHARSET,
];