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:
Jun Pataleta
2016-05-12 11:24:51 +08:00
parent e4b5a062d8
commit 32cf4bcb93
28 changed files with 47 additions and 41 deletions
+1 -1
View File
@@ -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,