From 657aaf3abc4b0d85052a6ac2461345a8af4617c7 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Tue, 21 Jul 2026 15:09:33 +0800 Subject: Revert "Adjust release notes URL (ending up like SLv's)" This reverts commit d9d5958059730e6919906291ac071618a984374d. --- indra/newview/lllogininstance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/lllogininstance.cpp') diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp index 0358233637..21cf2a1837 100644 --- a/indra/newview/lllogininstance.cpp +++ b/indra/newview/lllogininstance.cpp @@ -387,7 +387,7 @@ void LLLoginInstance::handleLoginFailure(const LLSD& event) relnotes = LLTrans::getString("RELEASE_NOTES_BASE_URL"); if (!LLStringUtil::endsWith(relnotes, "/")) relnotes += "/"; - relnotes += LLURI::escape(login_version) + ".html"; + relnotes += "#" + LLURI::escape(login_version); // + ".html"; } if (gViewerWindow) -- cgit v1.3