From ae7776baa676b42ced7e63b674356e23d681e008 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Wed, 1 Oct 2008 00:47:15 +0200 Subject: [PATCH] Docs: Fix detection of a css link in the html page --- buildscripts/postprocess_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/postprocess_html.py b/buildscripts/postprocess_html.py index 89d8875360..ebea89c01b 100644 --- a/buildscripts/postprocess_html.py +++ b/buildscripts/postprocess_html.py @@ -123,7 +123,7 @@ body_tag_re = re.compile ('(?i)]*)>') html_tag_re = re.compile ('(?i)') doctype_re = re.compile ('(?i)\n' -css_re = re.compile ('(?i)]*?lilypond.css"([^>]*)>') +css_re = re.compile ('(?i)]*)href="[^">]*?lilypond.css"([^>]*)>') end_head_tag_re = re.compile ('(?i)') css_link = '\n' -- 2.39.5