diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-08-29 14:24:52 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-08-29 14:24:52 -0700 |
commit | f327b4ad38923d40fcd6540467604cb0f24cd8bf (patch) | |
tree | 08434e339ee286ba23dc98acb733c14451650f8a /modules/gallery/controllers/admin_languages.php | |
parent | a5dfc81a8f7bef0305b62254252de6df23684199 (diff) |
Fix link in l10n UI (for SafeString changes)
Diffstat (limited to 'modules/gallery/controllers/admin_languages.php')
-rw-r--r-- | modules/gallery/controllers/admin_languages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/admin_languages.php b/modules/gallery/controllers/admin_languages.php index 6dc242c6..68be709e 100644 --- a/modules/gallery/controllers/admin_languages.php +++ b/modules/gallery/controllers/admin_languages.php @@ -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::anchor($server_link))) + array("server-link" => SafeString::of_safe_html(html::anchor($server_link)))) : t("API Key")) ->value($api_key) ->error_messages("invalid", t("The API key you provided is invalid.")); |