Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37815115
en ru br
ALT Linux repos
S:2020.2-alt1
5.0: 2002-alt6
4.1: 2002-alt6
4.0: 2002-alt5
3.0: 2002-alt5

Group :: Publishing
RPM: latex2html

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: latex2html-2017.2-alt-perl-compat.patch
Download


diff --git a/versions/html3_2.pl b/versions/html3_2.pl
index 58429ac..0cb404c 100644
--- a/versions/html3_2.pl
+++ b/versions/html3_2.pl
@@ -607,7 +607,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;
 	}
     }
diff --git a/versions/html4_01.pl b/versions/html4_01.pl
index 9cc3e31..250b5b0 100644
--- a/versions/html4_01.pl
+++ b/versions/html4_01.pl
@@ -976,7 +976,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;
 	}
     }
diff --git a/versions/html4_1.pl b/versions/html4_1.pl
index 9cc3e31..250b5b0 100644
--- a/versions/html4_1.pl
+++ b/versions/html4_1.pl
@@ -976,7 +976,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;
 	}
     }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin