From c6a2c76867cbb6f108eb31e8eb9df0db51114dd5 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 9 Aug 2019 13:20:08 +0100 Subject: About: Tweak the new about query page renderng. --- content/fetchers/about.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'content/fetchers') diff --git a/content/fetchers/about.c b/content/fetchers/about.c index 050fcc222..32a7dbe33 100644 --- a/content/fetchers/about.c +++ b/content/fetchers/about.c @@ -889,13 +889,13 @@ static bool fetch_about_query_auth_handler(struct fetch_about_context *ctx) res = ssenddataf(ctx, "
" - "" "" + "" "
", - messages_get("Cancel"), - messages_get("Login")); + messages_get("Login"), + messages_get("Cancel")); if (res != NSERROR_OK) { goto fetch_about_query_auth_handler_aborted; } @@ -1065,7 +1065,7 @@ static bool fetch_about_query_privacy_handler(struct fetch_about_context *ctx) res = ssenddataf(ctx, "
" "" + "value=\"%s\" class=\"default-action\">" "" "
", -- cgit v1.2.3