Skip to content

Commit

Permalink
Fix link in l10n UI (for SafeString changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyst committed Aug 29, 2009
1 parent a5dfc81 commit f327b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gallery/controllers/admin_languages.php
Expand Up @@ -111,7 +111,7 @@ private function _share_translations_form() {
$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."));
Expand Down

0 comments on commit f327b4a

Please sign in to comment.