diff --git a/index.html b/index.html index 1c2d67e4..0d554817 100644 --- a/index.html +++ b/index.html @@ -181,7 +181,7 @@ $("#kanji_meaning").html((typeof meaning !== typeof undefined) ? meaning : "Apparently this has no meaning. Tell me about it."); $("#kun_yomi").html((typeof kun !== typeof undefined) ? "Kun: " + kun : ""); - $("#on_yomi").html((typeof on !== typeof undefined) ? "On: " + kun : ""); + $("#on_yomi").html((typeof on !== typeof undefined) ? "On: " + on : ""); }); }