Docs update and font size fixes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7303 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2021-08-25 17:36:17 +00:00
parent 2a7c5d5115
commit 88a3b2c668
17 changed files with 157 additions and 95 deletions

View file

@ -1436,7 +1436,9 @@ static void xhtml_doheader(FILE * fp, word * title)
fprintf(fp,
"\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n");
fprintf(fp,
"<html xmlns='http://www.w3.org/1999/xhtml'>\n\n<head>\n<title>");
"<html xmlns='http://www.w3.org/1999/xhtml'><head>\n" \
"<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n" \
"<title>");
if (title == NULL)
fprintf(fp, "Documentation");
else