W3Cに従って、自分のサイトを100%有効にしようとしています。
私のサイトは:www.theprinterdepo.com
検証レポートは次のとおりです: http: //validator.w3.org/check?uri = http%3A%2F%2Fwww.theprinterdepo.com%2F&charset =%28detect +automatically%29&doctype = Inline&group = 0&user-agent = W3C_Validator%2F1 .3
そのページに従って修正する必要のあるJavaScriptコードが1つありますが、それがどこにあるのかわかりません。テンプレートフォルダーでheader.phtmlとhead.phtmlを試しましたが、そこにはありません。
jsはこれです:
<script type="text/javascript">window.HDUSeed='6780a8396c4a7207c8e81d509cbafa79';
window.HDUSeedIntId = setInterval(function(){
if (document.observe) {
document.observe('dom:loaded', function(){
for (var i = 0; i < document.forms.length; i++) {
if (document.forms[i].getAttribute('action') && document.forms[i].getAttribute('action').match('contacts/index/post')) {
var el = document.createElement('input');
el.type = ('hidden');
el.name = 'hdu_seed';
el.value = window.HDUSeed;
document.forms[i].appendChild(el);
}
}
});
clearInterval(window.HDUSeedIntId)
}
}, 100)</script>
問題は、どのmagentoファイルでこれを確認して修正できるかということです。