]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - man/mantohtml.c
Add --list-filters options to cupsfilter (STR #4325)
[thirdparty/cups.git] / man / mantohtml.c
index 1f0b6aaa67452f52b9de04df1bba4c929ceae5b5..d498903b158a40075a0fb043e0cead6c17391761 100644 (file)
@@ -764,7 +764,7 @@ html_alternate(const char *s,               /* I - String */
     while (isspace(*s & 255))
       s ++;
 
-    if (*s && *s != '(')
+    if (*s && *s != '(' && *s != '.' && *s != ',')
       putc(' ', fp);
   }