From 076c460e8eeb73b1e19921fe0b436c63b452c7d3 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Wed, 1 Oct 2008 01:16:27 +0200 Subject: [PATCH] Docs: Next attempt at correctly identifying a css link in the .html pages --- 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 ebea89c01b..63416e4b71 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)]*)href="[^">]*?lilypond.css"([^>]*)>') +css_re = re.compile ('(?i)]*)href="[^">]*?lilypond.*\.css"([^>]*)>') end_head_tag_re = re.compile ('(?i)') css_link = '\n' -- 2.39.5