# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: moodle/lib/installlib.php
--- moodle/lib/installlib.php Base (1.19)
+++ moodle/lib/installlib.php Locally Modified (Based On 1.19)
@@ -119,7 +119,7 @@
         }
         return '';
     } catch (dml_exception $ex) {
-        return get_string($ex->errorcode, $ex->module, $ex->a).'<br />'.$ex->debuginfo;
+        return get_string($ex->errorcode, $ex->module, $ex->a).'<br />'.htmlspecialchars_decode($ex->debuginfo);
     }
 }
 
