diff --git a/docs/ldoc.ltp b/docs/ldoc.ltp
index 7a71070c..ee8f6534 100644
--- a/docs/ldoc.ltp
+++ b/docs/ldoc.ltp
@@ -15,9 +15,9 @@
@@ -131,15 +131,15 @@
# for item in items() do
# local dn = display_name(item)
# if item.sanitize_type then item.sanitize_type(item, ldoc) end
-
+
# if item.display_type then
- $(dn) |
- $(item.display_type) |
+ $(dn) |
+ $(item.display_type) |
# else
- $(dn) |
+ $(dn) |
# end
- $(M(item.summary,item)) |
-
+
$(M(item.summary,item)) |
+
# end -- for items
#end -- for kinds
@@ -306,10 +306,10 @@
# kind = kind:lower()
# for m in mods() do
-
- $(m.name) |
- $(M(ldoc.strip_header(m.summary),m)) |
-
+
+ $(m.name) |
+ $(M(ldoc.strip_header(m.summary),m)) |
+
# end -- for modules
# end -- for kinds