]> granicus.if.org Git - graphviz/commit
fix incorrect parsing of ALIGN attribute in a <BR> HTML tag
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Dec 2020 21:26:00 +0000 (13:26 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Jan 2021 21:25:14 +0000 (13:25 -0800)
commit2de1cb8ea295cb1f2ef0ac46d7e7bb7954e01b69
treef0eab362b7c8b08fbbdf941dbef04b3887e41859
parent47609f17b30c9e5b78d9208f674cc46d9731146d
fix incorrect parsing of ALIGN attribute in a <BR> HTML tag

The logical operators here were incorrect. Rather than flipping them to the
correct operators, we undo this micro-optimization and write this code in a more
obvious manner. Fixes #1913.
CHANGELOG.md
lib/common/htmllex.c
rtest/test_regression.py