-
Jakobud authored
Passing a null $value to Form::submit(), Form::reset() or Form::button() was throwing an Exception. I made the default $value = null for those methods. They result in the following respective valid HTML: <input type='submit'/> <input type='reset'/> <button></button> Signed-off-by: Jakobud <jake.e.wilson@gmail.com>
31c730c9