]> git.mxchange.org Git - friendica.git/blobdiff - include/bbcode.php
Add original_url() param documentation
[friendica.git] / include / bbcode.php
index c05173f47c559782cf8f1ad401f415112a82e1bf..74dde2fdf431ee0f488ab11804a1698058719255 100644 (file)
@@ -343,7 +343,7 @@ function bb_replace_images($body, $images) {
        $newbody = $body;
 
        $cnt = 0;
-       foreach($images as $image) {
+       foreach ($images as $image) {
                // We're depending on the property of 'foreach' (specified on the PHP website) that
                // it loops over the array starting from the first element and going sequentially
                // to the last element