We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9da07b + 6e8a3b2 commit 6da2468Copy full SHA for 6da2468
1 file changed
enc/enc_rus/meta/links.js
@@ -2,7 +2,7 @@ function makeLink(a) {
2
if (a.className.indexOf("msdocs") === -1) {
3
return;
4
}
5
- a.href = "https://learn.microsoft.com/search/?terms=" + a.text;
+ a.href = "https://learn.microsoft.com/search/?terms=" + a.innerText;
6
if (a.className.indexOf("archive") > -1) {
7
a.href = a.href + "&dataSource=previousVersions";
8
0 commit comments