diff mbox

[qemu-web,1/2] Add missing HTML tag to close the screenshots section

Message ID 1486463022-4780-2-git-send-email-thuth@redhat.com
State New
Headers show

Commit Message

Thomas Huth Feb. 7, 2017, 10:23 a.m. UTC
The final "</section>" tag is missing here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 index.html | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/index.html b/index.html
index cf31912..ab33b8a 100644
--- a/index.html
+++ b/index.html
@@ -59,6 +59,7 @@  $('.colorbox').on("click.random-namespace", function() {
 })
 </script>
 
+			</section>
 		</div>
 		<hr>
 		<p>QEMU is a member of <a href="http://wiki.qemu-project.org/Conservancy">Software Freedom Conservancy</a>.</p>