html corrections

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13006 626c5289-ae23-0410-ae9c-e8d60b6d4f22
diff --git a/Doc/Manual/Go.html b/Doc/Manual/Go.html
index a420b28..8abeada 100644
--- a/Doc/Manual/Go.html
+++ b/Doc/Manual/Go.html
@@ -102,8 +102,8 @@
 <tr>
 <td>-gccgo-46</td>
 <td>Generate code for gccgo 4.6.  The default is set by the configure
-  script.</td>  This generates code that does not use some facilities
-  that are only available in gccgo 4.7 and later.
+  script.  This generates code that does not use some facilities
+  that are only available in gccgo 4.7 and later.</td>
 </tr>
 
 <tr>
diff --git a/Doc/Manual/Lua.html b/Doc/Manual/Lua.html
index 8523f81..699be2b 100644
--- a/Doc/Manual/Lua.html
+++ b/Doc/Manual/Lua.html
@@ -75,12 +75,14 @@
 
 <H2><a name="Lua_nn2"></a>26.1 Preliminaries</H2>
 
+
 <p>
 The current SWIG implementation is designed to work with Lua 5.0.x, 5.1.x and 5.2.x. It should work with later versions of Lua, but certainly not with Lua 4.0 due to substantial API changes. It is possible to either static link or dynamic link a Lua module into the interpreter (normally Lua static links its libraries, as dynamic linking is not available on all platforms). SWIG also supports eLua and works with eLua 0.8. SWIG generated code for eLua has been tested on Stellaris ARM Cortex-M3 LM3S and Infineon TriCore.
 </p>
 
 <H2><a name="Lua_nn3"></a>26.2 Running SWIG</H2>
 
+
 <p>
 Suppose that you defined a SWIG module such as the following:
 </p>