]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Debug/Babel.php
Update function / rearrange tab order
[friendica.git] / src / Module / Debug / Babel.php
index 52c0fee9e3f2da04c4a8e4fb949685c880309c29..a914f4fe908705e5abe7dec8c1aeafb84bee6550 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
  *
@@ -58,7 +58,7 @@ class Babel extends BaseModule
                                                'content' => visible_whitespace($plain)
                                        ];
 
-                                       $html = Text\BBCode::convert($bbcode);
+                                       $html = Text\BBCode::convertForUriId(0, $bbcode);
                                        $results[] = [
                                                'title'   => DI::l10n()->t('BBCode::convert (raw HTML)'),
                                                'content' => visible_whitespace($html)
@@ -125,7 +125,7 @@ class Babel extends BaseModule
                                                'title'   => DI::l10n()->t('PageInfo::appendToBody'),
                                                'content' => visible_whitespace($body2)
                                        ];
-                                       $html3 = Text\BBCode::convert($body2);
+                                       $html3 = Text\BBCode::convertForUriId(0, $body2);
                                        $results[] = [
                                                'title'   => DI::l10n()->t('PageInfo::appendToBody => BBCode::convert (raw HTML)'),
                                                'content' => visible_whitespace($html3)
@@ -203,7 +203,7 @@ class Babel extends BaseModule
                                                'content' => visible_whitespace($bbcode)
                                        ];
 
-                                       $html2 = Text\BBCode::convert($bbcode);
+                                       $html2 = Text\BBCode::convertForUriId(0, $bbcode);
                                        $results[] = [
                                                'title'   => DI::l10n()->t('HTML::toBBCode => BBCode::convert'),
                                                'content' => $html2