1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00

Merge branch 'master' into page_break_table

This commit is contained in:
grewn0uille 2019-08-30 11:46:41 +02:00
commit 9b6bd0f192

View File

@ -423,7 +423,7 @@ def compute_content_list(content_list, parent_box, counter_values, css_token,
else:
# string() is currently only valid in @page context
# See https://github.com/Kozea/WeasyPrint/issues/723
LOGGER.warn(
LOGGER.warning(
'"string(%s)" is only allowed in page margins' %
(' '.join(value)))
elif type_ == 'target-counter()':