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

Remove useless quotes

This commit is contained in:
Guillaume Ayoub 2018-08-29 14:29:21 +02:00
parent ecba06aad1
commit 8f6c738bbe

View File

@ -503,7 +503,7 @@ def test_preferred_widths_5():
' @font-face { src: url(AHEM____.TTF); font-family: ahem }'
' p { font: 20px ahem }'
'</style>'
'<p style="float: left">XX<br> XX<br>X</p>''')
'<p style="float: left">XX<br> XX<br>X</p>')
html, = page.children
body, = html.children
paragraph, = body.children