mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-02 17:24:36 +02:00
mod/notification-email: escaping question mark is no longer required
This commit is contained in:
parent
0af1fa4009
commit
a1b896a5d3
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@
|
|||
:return $Input;
|
||||
}
|
||||
|
||||
:return ("=\?utf-8\?Q\?" . $Return . "\?=");
|
||||
:return ("=?utf-8?Q?" . $Return . "?=");
|
||||
}
|
||||
|
||||
# send notification via e-mail - expects at least two string arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue