mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix syntax error in HTML
This commit is contained in:
parent
cf530b30d5
commit
919be18c84
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
<div class="collapseContent">
|
<div class="collapseContent">
|
||||||
<p>${LabelDeveloper}: <span id="developer"></span></p>
|
<p>${LabelDeveloper}: <span id="developer"></span></p>
|
||||||
<p>${LabelRepositoryName}: <span id="repositoryName"></span></p>
|
<p>${LabelRepositoryName}: <span id="repositoryName"></span></p>
|
||||||
<p>${LabelRepositoryUrl}: <span id="repositoryUrl"</span></p>
|
<p>${LabelRepositoryUrl}: <span id="repositoryUrl"></span></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue