summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2021-06-07 12:05:34 +0200
committerMike Pall <mike>2021-06-07 12:05:34 +0200
commitec5f6a5618999d0add9e42bf788237417e5d43f4 (patch)
tree22152d96d9b845a5bb8f3bee39e211d31953adf4 /doc
parentae533e3a6c009b5df79b11cd5787d249202fa69c (diff)
downloadluajit2-ec5f6a5618999d0add9e42bf788237417e5d43f4.tar.gz
Fix HTML.
Diffstat (limited to 'doc')
-rw-r--r--doc/faq.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/faq.html b/doc/faq.html
index 6b7dc563..cb777acc 100644
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -72,7 +72,7 @@ about LuaJIT.</li>
and links to books and papers about Lua.</li>
<li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">&raquo;</span>&nbsp;Lua Wiki</a>
has information about diverse topics.</li>
-</ul>
+</ul></dd>
</dl>
<dl id="tech">
@@ -117,8 +117,7 @@ Consider testing your application with older versions, too.<br>
Similarly, the Borland/Delphi runtime modifies the FPU control word and
enables FP exceptions. Of course this violates the Windows ABI, too.
-Please check the Delphi docs for the Set8087CW method.
-
+Please check the Delphi docs for the Set8087CW method.</dd>
</dl>
<dl id="ctrlc">
@@ -141,7 +140,7 @@ result in different orders, too.<br>
Due to improved VM security, LuaJIT 2.1 may even use a different order
on separate VM invocations or when string keys are newly interned.<br><br>
If your program relies on a deterministic order, it has a bug. Rewrite it,
-so it doesn't rely on the key order. Or sort the table keys, if you must.
+so it doesn't rely on the key order. Or sort the table keys, if you must.</dd>
</dl>
<dl id="sandbox">