[tex4ht-commits] [SCM] tex4ht updated: r512 - trunk/web

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Tue Jan 22 09:37:27 CET 2019


Author: michal_h21
Date: 2019-01-22 10:37:27 +0200 (Tue, 22 Jan 2019)
New Revision: 512

Modified:
   trunk/web/changelog-parse.lua
Log:
Use non breaking space for TeX file and generated files generation

Modified: trunk/web/changelog-parse.lua
===================================================================
--- trunk/web/changelog-parse.lua	2019-01-22 08:14:41 UTC (rev 511)
+++ trunk/web/changelog-parse.lua	2019-01-22 08:37:27 UTC (rev 512)
@@ -38,7 +38,7 @@
   -- escape file names
   text = text:gsub("([a-zA-z0-9%-%.]+tex)%s+(%([^%)]+%))", function(texfile, generated)
     texfile = string.format("<a href='http://svn.gnu.org.ua/viewvc/tex4ht/trunk/lit/%s'>%s</a>", texfile, texfile)
-    return texfile .. " " .. generated
+    return texfile .. " " .. generated
   end)
   print("<td>")
   print(text)



More information about the tex4ht-commits mailing list