|
@@ -248,7 +248,7 @@ |
|
|
block discarded – undo |
|
248
|
248
|
$emailTemplate->addHeader(); |
|
249
|
249
|
$emailTemplate->addHeading($subject, false); |
|
250
|
250
|
$emailTemplate->addBodyText( |
|
251
|
|
- htmlspecialchars($text) . '<br>' . htmlspecialchars($this->l10n->t('Click the button below to open it.')), $text |
|
|
251
|
+ htmlspecialchars($text).'<br>'.htmlspecialchars($this->l10n->t('Click the button below to open it.')), $text |
|
252
|
252
|
); |
|
253
|
253
|
$emailTemplate->addBodyButton($this->l10n->t('Open »%s«', [htmlspecialchars($fileName)]), $link); |
|
254
|
254
|
|
Please login to merge, or discard this patch.