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