We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb22b4 commit 7c6c8e3Copy full SHA for 7c6c8e3
1 file changed
src/Materialize.php
@@ -79,7 +79,7 @@ public function renderInput() {
79
if ($this->type != 'bool') {
80
ob_start();
81
echo $this->label;
82
- echo ' ';
+ echo ' ';
83
if ($this->helptext) {
84
echo $this->tag('i', array(
85
'class' => 'fas fa-question-circle',
@@ -92,8 +92,7 @@ public function renderInput() {
92
?>
93
</div>
94
95
- <?php
+<?php
96
return ob_get_clean();
97
}
98
-
99
0 commit comments