From ac09e223f119442baaa6b4d3d8b33ce8cf3b81c4 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 17 Jan 2012 09:03:40 +0000 Subject: - Replace create_attrib_string() with html::attrib_string() git-svn-id: https://svn.roundcube.net/trunk@5784 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/help/help.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/help') diff --git a/plugins/help/help.php b/plugins/help/help.php index ccf80820b..d59ea4b0c 100644 --- a/plugins/help/help.php +++ b/plugins/help/help.php @@ -94,13 +94,13 @@ class help extends rcube_plugin if (empty($attrib['id'])) $attrib['id'] = 'rcmailhelpcontent'; - + // allow the following attributes to be added to the '."\n", $attrib['id'], $attrib_str); - + return $out; } -- cgit v1.2.3