diff --git a/resources/views/search/results.blade.php b/resources/views/search/results.blade.php
index d01b7b5..9013470 100644
--- a/resources/views/search/results.blade.php
+++ b/resources/views/search/results.blade.php
@@ -113,8 +113,8 @@
@foreach ($results as $result)
{{$result->name}} |
- @foreach($result->mashes as $mash) Stage: {{$mash['stage']}} at {{$mash['temp']}}°C @if($mash['duration']) for {{$mash['duration']}}m @endif @endforeach |
- {{$result->boil}}m boil with hop additions at @foreach($result->hopadditions as $hopaddition) {{$hopaddition->timing}} @endforeach |
+ @foreach($result->mashes as $mash) Stage: {{$mash['stage']}} at {{$mash['temp']}}°C @if($mash['duration']) for {{$mash['duration']}}m @endif @endforeach |
+ {{$result->boil}}m boil with hop additions at: @foreach($result->hopadditions as $hopaddition) {{$hopaddition->timing}} @endforeach |
Fermentation stuff |
@endforeach