diff --git a/content.js b/content.js index 52c9fc8..0cace2d 100644 --- a/content.js +++ b/content.js @@ -963,7 +963,7 @@ var zhongwenContent = { hanziClass += '-small'; } var hanziSpan = document.createElement('span'); - hanziSpan.textContent = e[2]; + hanziSpan.textContent = word; hanziSpan.className = hanziClass; fragment.appendChild(hanziSpan);