fix some HTML violations in frio
This commit is contained in:
parent
704aef67fb
commit
f2d51737eb
45 changed files with 221 additions and 218 deletions
|
@ -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']));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue