Fix HTML docs empty page tab title.

This commit is contained in:
TomAwezome 2022-03-04 15:39:58 -05:00
parent 408e4d094e
commit 2f3c779c92

View file

@ -208,6 +208,7 @@ public CDoc *Doc2Html(CDoc *doc_in, U8 *html_header=NULL, U8 *body_header=NULL,
"<!DOCTYPE HTML>\n"
"<html>\n"
"<head>\n"
"<title>ZealOS</title>"
"<meta http-equiv=\"Content-Type\" "
"content=\"text/html;charset=US-ASCII\">\n"
"<meta name=\"generator\" content=\"$TX,"ZealOS V1.11",D="DD_OS_NAME_VERSION"$\">\n";