mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Use safe html identifier.
This commit is contained in:
parent
515d285d57
commit
67a7d319be
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@
|
||||||
</span>
|
</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<h3 class="list-group-item-heading">
|
<h3 class="list-group-item-heading">
|
||||||
<a data-toggle="collapse" href="#{{name}}-changelog">{{name}}</a> <small>{{fullname}}</small>
|
<a data-toggle="collapse" href="#changelog-package-{{@index}}">{{name}}</a> <small>{{fullname}}</small>
|
||||||
</h3>
|
</h3>
|
||||||
<p id="{{name}}-changelog" class="list-group-item-text collapse">{{{changelog}}}</p>
|
<p id="changelog-package-{{@index}}" class="list-group-item-text collapse">{{{changelog}}}</p>
|
||||||
</div>
|
</div>
|
||||||
{{/packages}}
|
{{/packages}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue