diff options
Diffstat (limited to 'doc/contents.html')
-rw-r--r-- | doc/contents.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/contents.html b/doc/contents.html index 98562560..4d253e54 100644 --- a/doc/contents.html +++ b/doc/contents.html @@ -1,7 +1,9 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE>Lua 5.1 Reference Manual - contents</TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="lua.css"> +<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"> <STYLE TYPE="text/css"> ul { list-style-type: none ; @@ -49,9 +51,9 @@ For a complete introduction to Lua programming, see the book · <A HREF="#index">index</A> · -<A HREF="http://www.lua.org/manual/5.1/pt/">português</A> +<A HREF="http://www.lua.org/manual/5.1/pt/">português</A> · -<A HREF="http://www.lua.org/manual/5.1/es/">español</A> +<A HREF="http://www.lua.org/manual/5.1/es/">español</A> <HR> <SMALL> Copyright © 2006-2008 Lua.org, PUC-Rio. @@ -486,7 +488,7 @@ Freely available under the terms of the <HR> <SMALL> Last update: -Thu Jan 17 14:50:23 BRST 2008 +Fri Jan 18 10:36:25 BRST 2008 </SMALL> <!-- Last change: revised for Lua 5.1.3 |