summaryrefslogtreecommitdiff
path: root/textproc/latex2html/files/patch-versions_html4__0.pl
blob: d88c2f0bc5a8915013b905b5108e0ba1728a6198 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- versions/html4_0.pl.orig	2018-03-28 15:49:41 UTC
+++ versions/html4_0.pl
@@ -955,7 +955,7 @@ sub process_tabular {
 
     if ($color_env) {
 	local($color_test) = join(',',@$open_tags_R);
-	if ($color_test =~ /(color{[^}]*})/g ) {
+	if ($color_test =~ /(color\{[^}]*})/g ) {
 	    $color_env = $1;
 	}
     }