diff --git a/e107_admin/admin.php b/e107_admin/admin.php index f4157da1d..46d44d00a 100644 --- a/e107_admin/admin.php +++ b/e107_admin/admin.php @@ -701,7 +701,7 @@ TMPO; if (isset($potential)) { //$text = ADLAN_ERR_3."

"; - $mes->addWarning($tp->toHtml(ADLAN_ERR_3, true)); + $mes->addWarning($tp->toHTML(ADLAN_ERR_3, true)); $text = ''; - $mes->add($tp->toHtml($message,true), E_MESSAGE_WARNING); + $mes->add($tp->toHTML($message,true), E_MESSAGE_WARNING); $text .= "
@@ -1601,7 +1601,7 @@ class system_tools $text .= " - ".$tp->toHtml($row['plugin_name'], FALSE, "defs,emotes_off")." + ".$tp->toHTML($row['plugin_name'], FALSE, "defs,emotes_off")." ".$row['plugin_path']." "; diff --git a/e107_admin/eurl.php b/e107_admin/eurl.php index 11b46c555..91ad36ff5 100644 --- a/e107_admin/eurl.php +++ b/e107_admin/eurl.php @@ -748,7 +748,7 @@ class eurl_admin_form_ui extends e_admin_form_ui