]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
unsafe chars in admin, add img to diaspora markdown processor
[friendica.git] / mod / profiles.php
index 64fab797f651eab65adc6184b2297f6ca31004ba..b269fa30c716f9fd68abf30f629aa4fb8fdf588a 100644 (file)
@@ -469,7 +469,7 @@ function profiles_content(&$a) {
                                        '$id' => $rr['id'],
                                        '$alt' => t('Profile Image'),
                                        '$profile_name' => $rr['profile-name'],
-                                       '$visible' => (($rr['is-default']) ?  '<strong>' . t('Visible to everybody') . '</strong>' 
+                                       '$visible' => (($rr['is-default']) ? '<strong>' . t('visible to everybody') . '</strong>' 
                                                : '<a href="' . $a->get_baseurl() . '/profperm/' . $rr['id'] . '" />' . t('Edit visibility') . '</a>')
                                ));
                        }