Groups
Groups
Sign in
Groups
Groups
farcommits
Conversations
About
Send feedback
Help
[FarGroup/FarManager] master: Fix msdocs links for chm (6e8a3b2ec)
0 views
Skip to first unread message
farg...@farmanager.com
unread,
Feb 8, 2026, 7:45:50 PM
Feb 8
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to farco...@googlegroups.com
Repository :
https://github.com/FarGroup/FarManager
On branch : master
Link :
https://github.com/FarGroup/FarManager/commit/6e8a3b2ec9174e2565224096fbca003735e58cb6
>---------------------------------------------------------------
commit 6e8a3b2ec9174e2565224096fbca003735e58cb6
Author: johnd0e <
1838643...@users.noreply.github.com
>
Date: Mon Feb 9 01:01:18 2026 +0100
Fix msdocs links for chm
.text property is not available in quirks mode
>---------------------------------------------------------------
6e8a3b2ec9174e2565224096fbca003735e58cb6
enc/enc_rus/meta/links.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/enc/enc_rus/meta/links.js b/enc/enc_rus/meta/links.js
index d25ded33b..77e7ec0d9 100644
--- a/enc/enc_rus/meta/links.js
+++ b/enc/enc_rus/meta/links.js
@@ -2,7 +2,7 @@ function makeLink(a) {
if (a.className.indexOf("msdocs") === -1) {
return;
}
- a.href = "
https://learn.microsoft.com/search/?terms=
" + a.text;
+ a.href = "
https://learn.microsoft.com/search/?terms=
" + a.innerText;
if (a.className.indexOf("archive") > -1) {
a.href = a.href + "&dataSource=previousVersions";
}
Reply all
Reply to author
Forward
0 new messages