Skip to content

Commit

Permalink
fix: bad quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypta-Eve committed Mar 14, 2024
1 parent 4b979cf commit b198cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/fitting.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
@foreach($fitlist as $fit)
<tr class="fitid" data-id="{{ $fit['id'] }}">
<!-- https://images.evetech.net/types/12005/icon?size=64 -->
<td><img src='https://images.evetech.net/types/{{ $fit['typeID'] }}/icon?size=32' height='24' /></td>
<td><img src="https://images.evetech.net/types/{{ $fit['typeID'] }}/icon?size=32" height='24' /></td>
<td>{{ $fit['shiptype'] }}</td>
<td>{{ $fit['fitname'] }}</td>
<td class="no-hover pull-right" style="min-width:80px">
Expand Down

0 comments on commit b198cf6

Please sign in to comment.