1
0
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:
Awilum
2014-01-06 22:47:27 +02:00
parent dee1b7ba75
commit 1d13ebe490

View File

@@ -141,7 +141,7 @@ class Form
$attributes['type'] = 'text';
}
return '<input'.Html::attributes($attributes).' />';
return '<input'.Html::attributes($attributes).'>';
}
/**