diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-07-21 15:09:33 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-07-21 15:09:33 +0800 |
| commit | 657aaf3abc4b0d85052a6ac2461345a8af4617c7 (patch) | |
| tree | 492785ee5b2af28b98b508e24c18ecc0c5a26465 /indra/newview/lllogininstance.cpp | |
| parent | 8c7124c51366165c3a73ddbb66863a891372f92b (diff) | |
Revert "Adjust release notes URL (ending up like SLv's)"
This reverts commit d9d5958059730e6919906291ac071618a984374d.
Diffstat (limited to 'indra/newview/lllogininstance.cpp')
| -rw-r--r-- | indra/newview/lllogininstance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
