mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
change unicode characters to html entities
This commit is contained in:
parent
dbb4c6e0e7
commit
daa6ed8755
|
@ -1,6 +1,6 @@
|
|||
<div class="zippy zippy-{{type}}" [ngClass]="{'zippy-empty': empty}">
|
||||
<div class="zippy-title" (click)="toggle()">
|
||||
<span class="zippy-indicator">{{ visible ? '▾' : '▸' }}</span>
|
||||
<span class="zippy-indicator">{{ visible ? '▾' : '▸' }}</span>
|
||||
{{title}}
|
||||
</div>
|
||||
<div class="zippy-content" [ngClass]="{'zippy-hidden': !visible}">
|
||||
|
|
Loading…
Reference in New Issue
Block a user