MOBILE-4065 a11y: Change module name tag to div
parent
622f6ee265
commit
6500f35462
|
@ -2,7 +2,7 @@
|
|||
<core-mod-icon slot="start" [modicon]="modicon" [modname]="module.modname" [componentId]="module.instance">
|
||||
</core-mod-icon>
|
||||
<ion-label>
|
||||
<p class="core-modulename" *ngIf="moduleNameTranslated">{{moduleNameTranslated}}</p>
|
||||
<div class="core-modulename" *ngIf="moduleNameTranslated">{{moduleNameTranslated}}</div>
|
||||
<h1>
|
||||
<core-format-text [text]="module.name" contextLevel="module" [component]="component" [componentId]="componentId"
|
||||
[contextInstanceId]="module.id" [courseId]="courseId">
|
||||
|
|
Loading…
Reference in New Issue