]> git.mxchange.org Git - friendica.git/commitdiff
Fix indentation
authorMichael <heluecht@pirati.ca>
Sun, 27 Oct 2019 17:45:43 +0000 (17:45 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 27 Oct 2019 17:45:43 +0000 (17:45 +0000)
src/Content/Text/BBCode.php

index fc5c772d5b47bfaac829c37b6325bdad843c5a80..9169c91d077a5cb70e2fa4211f5a767cf4df8663 100644 (file)
@@ -1746,7 +1746,7 @@ class BBCode extends BaseObject
                 * - [url=<anything>]#<term>[/url]
                 */
                $text = preg_replace_callback("/(?:#\[url\=.*?\]|\[url\=.*?\]#)(.*?)\[\/url\]/ism", function($matches) {
-                               return '#<a href="'
+                       return '#<a href="'
                                . System::baseUrl()     . '/search?tag=' . rawurlencode($matches[1])
                                . '" class="tag" rel="tag" title="' . XML::escape($matches[1]) . '">'
                                . XML::escape($matches[1])