From 863c7080d317d823c224254d90ae96824432d71d Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 7 Nov 2019 00:16:00 -0600 Subject: [PATCH] testing --- resources/views/moons/user/formTotalWorth.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/moons/user/formTotalWorth.blade.php b/resources/views/moons/user/formTotalWorth.blade.php index 2e85f950e..c66a2c9f3 100644 --- a/resources/views/moons/user/formTotalWorth.blade.php +++ b/resources/views/moons/user/formTotalWorth.blade.php @@ -174,7 +174,7 @@
{{ Form::label('reprocessing', 'Reprocessing') }} - {{ Form::text('reprocessing', '', ['class' => 'form-control', 'placeholder' = '0.84']) }} + {{ Form::text('reprocessing', '', ['class' => 'form-control', 'placeholder' => '0.84']) }}
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}