提交 617958f0 编写于 作者: M Matt Bierner

Use raw href attribute for fallback title instead of the resolved href

Fixes #68425
上级 762b5f1a
......@@ -197,7 +197,7 @@
newDocument.querySelectorAll('a').forEach(a => {
if (!a.title) {
a.title = a.href;
a.title = a.getAttribute('href');
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册