parent
85b278bd52
commit
f7f2479b2a
|
@ -4362,7 +4362,7 @@ class H5PContentValidator {
|
|||
(object) array(
|
||||
'type' => 'optgroup',
|
||||
'label' => $this->h5pF->t('Creative Commons'),
|
||||
'options' => [
|
||||
'options' => array(
|
||||
(object) array(
|
||||
'value' => 'CC BY',
|
||||
'label' => $this->h5pF->t('Attribution (CC BY)'),
|
||||
|
@ -4401,7 +4401,7 @@ class H5PContentValidator {
|
|||
'value' => 'CC PDM',
|
||||
'label' => $this->h5pF->t('Public Domain Mark (PDM)')
|
||||
),
|
||||
]
|
||||
)
|
||||
),
|
||||
(object) array(
|
||||
'value' => 'GNU GPL',
|
||||
|
|
Loading…
Reference in New Issue