build-matrix: Add missing </html>

Odd the W3C HTML5 validator didn't catch that (although the XHTML
1.1 one did).

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
pull/529/head
Timothy Gu 10 years ago
parent d96134bf3d
commit 1f24f22085

@ -641,4 +641,5 @@ build-matrix.html: $(foreach PKG,$(PKGS), $(TOP_DIR)/src/$(PKG).mk)
@echo '</tbody>' >> $@
@echo '</table>' >> $@
@echo '</body>' >> $@
@echo '</html>' >> $@

Loading…
Cancel
Save