diff --git a/_sakura/templates/yuuno/global/header.tpl b/_sakura/templates/yuuno/global/header.tpl index 2510a96..75a691f 100644 --- a/_sakura/templates/yuuno/global/header.tpl +++ b/_sakura/templates/yuuno/global/header.tpl @@ -20,8 +20,8 @@ var headerLoginLink = document.getElementById('headerLoginLink'); - headerLoginLink.setAtrribute('href', 'javascript:;'); - headerLoginLink.setAtrribute('onclick', 'toggleLoginForm();'); + headerLoginLink.setAttribute('href', 'javascript:;'); + headerLoginLink.setAttribute('onclick', 'toggleLoginForm();'); }