From: Reinhold Kainhofer Date: Tue, 30 Sep 2008 22:47:15 +0000 (+0200) Subject: Docs: Fix detection of a css link in the html page X-Git-Tag: release/2.11.61-1~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ae7776baa676b42ced7e63b674356e23d681e008;p=lilypond.git Docs: Fix detection of a css link in the html page --- 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'