Skip to content

Commit

Permalink
Remove incorrect style attribute (book.show)
Browse files Browse the repository at this point in the history
  • Loading branch information
miyacorata committed Apr 29, 2021
1 parent b95642b commit 07e0e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/book/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</tr>
@if(!empty($book['schema:numberOfPages'][0]))
<tr>
<th>ページ数</th><td style="width: 130px">{{ $book['schema:numberOfPages'][0] ?? 'N/A' }}</td>
<th>ページ数</th><td>{{ $book['schema:numberOfPages'][0] ?? 'N/A' }}</td>
</tr>
@endif
@if(!empty($book['schema:isbn']))
Expand Down

0 comments on commit 07e0e77

Please sign in to comment.