diff options
Diffstat (limited to '')
-rwxr-xr-x | manual/2html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/2html b/manual/2html index ac5ea043..b7afd2a6 100755 --- a/manual/2html +++ b/manual/2html | |||
@@ -8,11 +8,11 @@ | |||
8 | 8 | ||
9 | --------------------------------------------------------------- | 9 | --------------------------------------------------------------- |
10 | header = [[ | 10 | header = [[ |
11 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> | 11 | <!DOCTYPE html> |
12 | <html> | 12 | <html> |
13 | 13 | ||
14 | <head> | 14 | <head> |
15 | <title>Lua 5.4 Reference Manual</title> | 15 | <title>Lua 5.5 Reference Manual</title> |
16 | <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | 16 | <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> |
17 | <link rel="stylesheet" href="lua.css"> | 17 | <link rel="stylesheet" href="lua.css"> |
18 | <link rel="stylesheet" href="manual.css"> | 18 | <link rel="stylesheet" href="manual.css"> |
@@ -23,7 +23,7 @@ header = [[ | |||
23 | <hr> | 23 | <hr> |
24 | <h1> | 24 | <h1> |
25 | <a href="http://www.lua.org/home.html"><img src="logo.gif" alt="[Lua logo]" border="0"></a> | 25 | <a href="http://www.lua.org/home.html"><img src="logo.gif" alt="[Lua logo]" border="0"></a> |
26 | Lua 5.4 Reference Manual | 26 | Lua 5.5 Reference Manual |
27 | </h1> | 27 | </h1> |
28 | 28 | ||
29 | by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes | 29 | by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes |