diff options
author | 2011-08-31 18:02:52 -0400 | |
---|---|---|
committer | 2011-08-31 18:02:52 -0400 | |
commit | 4401d19cd87735f100c35065f823c8cc823f19c7 (patch) | |
tree | 2d9bde161f685f1b18775724e64b68126d060885 /scripts/update_doc | |
parent | fff8e91238aaa9af95bc5078a0cc8e4c05f2accc (diff) | |
download | textadept-4401d19cd87735f100c35065f823c8cc823f19c7.tar.gz textadept-4401d19cd87735f100c35065f823c8cc823f19c7.zip |
Indicate UTF-8 charset for manual pages; scripts/update_doc
Diffstat (limited to 'scripts/update_doc')
-rwxr-xr-x | scripts/update_doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update_doc b/scripts/update_doc index 18b472af..7ecd5617 100755 --- a/scripts/update_doc +++ b/scripts/update_doc @@ -87,6 +87,7 @@ if manual then <html> <head> <title>Textadept Manual</title> + <meta charset="utf-8" /> <link rel="stylesheet" href="luadoc.css" type="text/css" /> </head> |