UI bug in Firefox 153?

Code:
$ pkg info chromium firefox
chromium-150.0.7871.100
firefox-153.0_1,2

On the screenshot, www/chromium on the left side and www/firefox on the right side. In Firefox, commit messages are not displayed in cgit.freebsd.org: a tag with class commit-msg is just empty:
21_35_09.png


I've confirmed that on another person's smartphone. A couple of days ago (before upgrading the packages), I didn't see this problem. Does anybody else face that?

The link.
 
Hmm, in the chromium page I see:
HTML:
<meta name='generator' content='cgit v1.2.3'/>

but in the Firefox it is:
HTML:
<meta name='generator' content='cgit v1.3'/>

And also Firefox has this:
HTML:
<script type='text/javascript' src='/cgit.js'></script>
and this script is not there (404 Not Found).

On the jwillia3 screenshot I also see cgit v.1.2.3, so it seems to me that cgit v.1.3 is the problem? But why it is a different version in Firefox then?..
 
Back
Top