Build/Test Tools: Add missing <ul> tag in tests/qunit/index.html.

Props ravipatel, JeffPaul.
Fixes #51473.

git-svn-id: https://develop.svn.wordpress.org/trunk@49107 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-10-08 18:27:07 +00:00
parent 07b37cdb6b
commit eeae797340

View File

@ -2273,6 +2273,7 @@
<div <# if ( data.id ) { #>id="{{ data.id }}"<# } #> class="notice {{ data.className }}"><p>{{{ data.message }}}</p></div> <div <# if ( data.id ) { #>id="{{ data.id }}"<# } #> class="notice {{ data.className }}"><p>{{{ data.message }}}</p></div>
</script> </script>
<div hidden> <div hidden>
<ul>
<li id="wp-admin-bar-updates"> <li id="wp-admin-bar-updates">
<a class="ab-item" href="wp-admin/update-core.php" title="2 Plugin Updates"> <a class="ab-item" href="wp-admin/update-core.php" title="2 Plugin Updates">
<span class="ab-icon"></span> <span class="ab-icon"></span>
@ -2303,6 +2304,7 @@
</li> </li>
</ul> </ul>
</li> </li>
</ul>
</div> </div>
</body> </body>
</html> </html>