We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348567f commit 5d3c637Copy full SHA for 5d3c637
src/addons/badges/pages/badge-class/badge-class.html
@@ -30,7 +30,9 @@ <h1 *ngIf="!badge">{{ 'addon.badges.badgedetails' | translate }}</h1>
30
<ion-item class="ion-text-wrap" *ngIf="badge.issuer">
31
<ion-label>
32
<p class="item-heading">{{ 'addon.badges.issuername' | translate}}</p>
33
- <p>{{ badge.issuer }}</p>
+ <p>
34
+ <core-format-text [text]="badge.issuer" contextLevel="system" [contextInstanceId]="0" [wsNotFiltered]="true" />
35
+ </p>
36
</ion-label>
37
</ion-item>
38
<ion-item class="ion-text-wrap" *ngIf="badge.coursefullname">
0 commit comments