eclipse-platform / .github

Common contribution content for eclipse-platform repositories
https://www.eclipse.org/eclipse/
5 stars 10 forks source link

I-Build webpage broken #140

Closed jukzi closed 11 months ago

jukzi commented 1 year ago

"Scroll to previous failure" - there should be arrows in the corner image

https://download.eclipse.org/eclipse/downloads/drops4/I20230726-0640/testresults/html/org.eclipse.ua.tests_ep429I-unit-cen64-gtk3-java20_linux.gtk.x86_64_20.html

my browser shows as source

<button title="Scroll to previous failure/error (Ctrl+,)" onclick="javascript:jumpToNextError(false);">Б√╡</button>

but it should be

<button title="Scroll to previous failure/error (Ctrl+,)" onclick="javascript:jumpToNextError(false);">&#x25B2;</button>

https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/master/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/JUNIT.XSL#L422

jukzi commented 11 months ago

today it works again