mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use var
This commit is contained in:
parent
3eb34de649
commit
b27fff6c93
1 changed files with 2 additions and 3 deletions
|
@ -24,8 +24,6 @@
|
|||
|
||||
<div class="itemDetailBlock">
|
||||
|
||||
<p id="itemRatings" style="text-align: right;">
|
||||
</p>
|
||||
<p id="itemTagline" style="font-style: italic;"></p>
|
||||
<p id="itemOverview"></p>
|
||||
<p id="itemCommunityRating"></p>
|
||||
|
@ -36,7 +34,8 @@
|
|||
|
||||
<p id="itemStudios">
|
||||
</p>
|
||||
|
||||
<p id="itemRatings">
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue