mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
Gelato Form - W3 Fixes #189
This commit is contained in:
@@ -141,7 +141,7 @@ class Form
|
||||
$attributes['type'] = 'text';
|
||||
}
|
||||
|
||||
return '<input'.Html::attributes($attributes).' />';
|
||||
return '<input'.Html::attributes($attributes).'>';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user