MDL-54073 tool_lp: Unescape PARAM_TEXT properties in templates
Use triple-curly brackets to unescape the PARAM_TEXT properties in templates. Changed idnumber's type to PARAM_RAW for frameworks and competencies.
This commit is contained in:
@@ -87,7 +87,7 @@ class competency_framework extends persistent {
|
||||
'type' => PARAM_TEXT
|
||||
),
|
||||
'idnumber' => array(
|
||||
'type' => PARAM_TEXT
|
||||
'type' => PARAM_RAW
|
||||
),
|
||||
'description' => array(
|
||||
'type' => PARAM_RAW,
|
||||
|
||||
Reference in New Issue
Block a user