7

Web ページには、iframe コンテンツのメタ リフレッシュを使用して定期的に更新される 24 個の iframe が含まれています。

<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="refresh" content="25">
    <base target="_parent" />
    <link href="/store/Content/Css/Site.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <a class="picture ui-corner-all" 
        href="/store/Store/Details?product=FRUNBLUEJASS">
        <img src="/store/Store/MainImageThumb?product=FRUNBLUEJASS" />
    </a>
</body>
</html>

F5 キーを押してページを更新した後、Internet Explorer 10 でエラーが発生する

HTML1509: Unmatched end tag. 
store, line 470 character 5

IE 開発者ツールのコンソール タブに表示され、ページの下部グループ テキストが 1 列に表示されます。Chrome ページでは、エラーなしで適切にレンダリングされます。すべてのタグがページ内で一致することを確認しました。これを修正するには?

jquery、jquery iu、mono/ASP.NET MVC3 が使用されます。

4

1 に答える 1