]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: fix anchors in HTML status report
authorStephen Warren <swarren@nvidia.com>
Mon, 18 Sep 2017 17:50:47 +0000 (11:50 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 29 Sep 2017 18:07:53 +0000 (14:07 -0400)
commit117eeb7f84176268c086db7764778d99d832cd71
tree57d64821b98f4b1e32b2e88b434a7f78c8cfaa3c
parent2d26bf6c26b2507fb597b7d265efe7d61cb2d6b2
test/py: fix anchors in HTML status report

The current code wraps a pre tag inside an a tag. For some reason, this
causes at least Firefox to attempt to drag the pre section content when
using a mouse drag to select text. Re-order the tags so that the text can
be selected using the mouse, at least if you start the drag outside the
text (after the end of the line, for example).

Signed-off-by: Stephen Warren <swarren@nvidia.com>
test/py/multiplexed_log.py