<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- source/html/html-layout.c.orig	2016-04-21 07:14:32.000000000 -0400
+++ source/html/html-layout.c	2016-09-30 12:05:50.251503828 -0400
@@ -2094,6 +2094,7 @@
 	g.base_uri = base_uri;
 	g.at_bol = 0;
 	g.emit_white = 0;
+	g.last_brk_cls = UCDN_LINEBREAK_CLASS_OP;
 
 	xml = fz_parse_xml(ctx, buf-&gt;data, buf-&gt;len, 1);
 
</pre></body></html>