diff --git a/pedagogie/include/uv_parser.inc.php b/pedagogie/include/uv_parser.inc.php index ae608a77828c2da4cefa25a9f6c4359bdb1804bd..d4aa208071baf3a3e2dcd44e02fd7938300ac66b 100644 --- a/pedagogie/include/uv_parser.inc.php +++ b/pedagogie/include/uv_parser.inc.php @@ -87,6 +87,9 @@ class UVParser $txt = $this->get_real_uv($txt); $this->_target = explode("\n",$txt); + echo '
';
+    var_dump( $this->_target );
+    echo '
'; $this->parse(); if( $load_next )