]> git.mxchange.org Git - friendica.git/blobdiff - include/contact_selectors.php
events: use best_link_url() and zrl() for the author_link (author link as magic-link)
[friendica.git] / include / contact_selectors.php
index 05059e3358abcfc92170569b8905979ddf4bb606..48f2fb005ee542b1e8d172043ed9ec7fed886f3f 100644 (file)
@@ -7,7 +7,7 @@ function contact_profile_assign($current,$foreign_net) {
 
        $disabled = (($foreign_net) ? ' disabled="true" ' : '');
 
-       $o .= "<select id=\"contact-profile-selector\" class=\"form-control\" $disabled name=\"profile-assign\" />\r\n";
+       $o .= "<select id=\"contact-profile-selector\" class=\"form-control\" $disabled name=\"profile-assign\" >\r\n";
 
        $r = q("SELECT `id`, `profile-name`, `is-default` FROM `profile` WHERE `uid` = %d",
                        intval($_SESSION['uid']));