]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/EMailer/NotifyMailBuilder.php
Fix: Pagination in search result works again
[friendica.git] / src / Util / EMailer / NotifyMailBuilder.php
index 6e25dcbb10c3533ff7903b3aefd6a6cae1ed5dea..4191dbba2401a1e3ba09c72ba5c1f2f0fd0e6fb0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -179,7 +179,7 @@ class NotifyMailBuilder extends MailBuilder
         */
        protected function getHtmlMessage()
        {
-               $htmlVersion = BBCode::convert($this->body);
+               $htmlVersion = BBCode::convertForUriId(0, $this->body, BBCode::EXTERNAL);
 
                // load the template for private message notifications
                $tpl = Renderer::getMarkupTemplate('email/notify/html.tpl');