From 647e02c2eb2db5e6943268c654ac0010c65bffbe Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 6 Aug 2006 21:20:56 +0000 Subject: Merge in lost change --- docs/xsl/fixxref.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/xsl/fixxref.py.in') diff --git a/docs/xsl/fixxref.py.in b/docs/xsl/fixxref.py.in index 497160e..b381183 100644 --- a/docs/xsl/fixxref.py.in +++ b/docs/xsl/fixxref.py.in @@ -13,7 +13,7 @@ anchor_pat = re.compile(r'''^\s*''', re.MULTILINE | re.VERBOSE) link_pat = re.compile(r'''(.*?) - ''', re.VERBOSE) + ''', re.DOTALL | re.VERBOSE) def scan_index_dir(idir): for root, dirs, files in os.walk(idir): if 'index.sgml' in files: -- cgit