Fix result cell title attribute escape
commitd4011ce5873849b7238681d40b6215b82e4c1e5c
authorMaximilian Krög <maxi_kroeg@web.de>
Thu, 24 Aug 2023 21:34:51 +0000 (24 23:34 +0200)
committerMaximilian Krög <maxi_kroeg@web.de>
Thu, 24 Aug 2023 22:05:44 +0000 (25 00:05 +0200)
treecd35f05ce32ecc6813e7a8e846f47d54650b4a95
parent9556ffba1ff7cd20283e41b567d793b345e0e838
Fix result cell title attribute escape

It was escaped twice, here and in Generator::linkOrButton.

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
libraries/classes/Display/Results.php
test/classes/Html/GeneratorTest.php