mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Re-enabled plaintext view for email notifications
Updated mail notifications to set the HTML and plaintext views since before no plaintext version was being created. Closes #1182
This commit is contained in:
@ -2,8 +2,6 @@
|
||||
|
||||
if (! empty($greeting)) {
|
||||
echo $greeting, "\n\n";
|
||||
} else {
|
||||
echo $level == 'error' ? 'Whoops!' : 'Hello!', "\n\n";
|
||||
}
|
||||
|
||||
if (! empty($introLines)) {
|
||||
|
Reference in New Issue
Block a user