From edf303b5c630a6365c4b32de47748c231c1db3f3 Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Fri, 11 Feb 2011 11:51:17 +0000 Subject: [PATCH] Final update to rationalise CSS files Postprocess-html.py also had CSS references in and needed editing to change them to the new CSS reference. Signed-off-by: Patrick McCarty --- python/auxiliar/postprocess_html.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/auxiliar/postprocess_html.py b/python/auxiliar/postprocess_html.py index ab1c68520f..66573638ac 100644 --- a/python/auxiliar/postprocess_html.py +++ b/python/auxiliar/postprocess_html.py @@ -151,9 +151,7 @@ doctype_re = re.compile ('(?i)\n' css_re = re.compile ('(?i)]*)href="[^">]*?lilypond.*\.css"([^>]*)>') end_head_tag_re = re.compile ('(?i)') -css_link = """ - - +css_link = """ -- 2.39.5