diff --git a/application/views/system/udf.php b/application/views/system/udf.php index 23def98ba..5fd1bd6d9 100644 --- a/application/views/system/udf.php +++ b/application/views/system/udf.php @@ -42,7 +42,7 @@ } } ?> -
+
diff --git a/content/udf.js.php b/content/udf.js.php index bfb0d14a7..2415476ae 100644 --- a/content/udf.js.php +++ b/content/udf.js.php @@ -32,6 +32,6 @@ function loadUDF(person_id, prestudent_id) if (udfIFrame != null && udfIFrame.getAttribute('src') == 'about:blank') { - udfIFrame.setAttribute('src', '/index.ci.php/system/UDF?person_id='+person_id+'&prestudent_id='+prestudent_id); + udfIFrame.setAttribute('src', 'index.ci.php/system/UDF?person_id='+person_id+'&prestudent_id='+prestudent_id); } } \ No newline at end of file