From 73831fef08122a22b52aa94e2ea652fa47a1f58b Mon Sep 17 00:00:00 2001
From: fred <fred>
Date: Wed, 27 Mar 2002 02:07:05 +0000
Subject: [PATCH] lilypond-1.5.43

---
 stepmake/bin/add-html-footer.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stepmake/bin/add-html-footer.py b/stepmake/bin/add-html-footer.py
index 54e313b9f2..f7cdac7ffb 100644
--- a/stepmake/bin/add-html-footer.py
+++ b/stepmake/bin/add-html-footer.py
@@ -250,8 +250,8 @@ def do_file (f):
 	s = re.sub ('@BRANCH@', branch_str, s)	
 
 	# ugh, python2.[12] re is broken.
-	#pat = re.compile ('.*?<!--\s*(@[^@]*@)\s*=\s*([^\s]*)\s*-->', re.DOTALL)
-	pat = re.compile ('[.\n]*?<!--\s*(@[^@]*@)\s*=\s*([^\s]*)\s*-->')
+	#pat = re.compile ('.*?<!--\s*(@[^@]*@)\s*=\s*([^>]*)\s*-->', re.DOTALL)
+	pat = re.compile ('[.\n]*?<!--\s*(@[^@]*@)\s*=\s*([^>]*)\s*-->')
 	m = pat.search (s)
 	while m:
 		at_var = m.group (1)
-- 
2.39.5