We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3ceb09 + edf2d0e commit ba956ceCopy full SHA for ba956ce
1 file changed
com_connect.php
@@ -1716,7 +1716,7 @@ function com_connect_file($atts)
1716
1717
return ($label_position === 'before' ? $labelStr . $break : '') .
1718
$maxhidden.
1719
- '<input' . $classStr . ($attr ? ' ' . implode(' ', $attr) : '') . ' />' .
+ '<input' . $classStr . ($attr ? ' ' . implode(' ', $attr) : '') . (($doctype === 'xhtml') ? ' />' : '>') .
1720
($label_position === 'after' ? $break . $labelStr : '');
1721
}
1722
0 commit comments