From 3fe51c86aa805ba20683c23705ce3e442183c46d Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 29 Aug 2017 11:13:50 -0300 Subject: [PATCH] i keep messing with the quotes... --- makeidx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeidx.py b/makeidx.py index 16ac17d..090c4fe 100644 --- a/makeidx.py +++ b/makeidx.py @@ -10,7 +10,7 @@ import argparse import datetime import json -DATA_BACKGROUND = re.compile(r"data-background='(.*?)'") +DATA_BACKGROUND = re.compile(r"data-background=['\"](.*?)['\"]") PRES_TITLE = re.compile(r"(.*?)")