Rename mark_safe() to mark_clean()

This commit is contained in:
Andy Staudacher
2009-08-31 00:42:18 -07:00
parent 6d26b0dd6e
commit ddb84c84e1
17 changed files with 25 additions and 25 deletions

View File

@@ -111,7 +111,7 @@ class Admin_Languages_Controller extends Admin_Controller {
$group->input("api_key")
->label(empty($api_key)
? t("This is a unique key that will allow you to send translations to the remote server. To get your API key go to %server-link.",
array("server-link" => html::mark_safe(html::anchor($server_link))))
array("server-link" => html::mark_clean(html::anchor($server_link))))
: t("API Key"))
->value($api_key)
->error_messages("invalid", t("The API key you provided is invalid."));