OK, this is weird.
lab2
noreaster
Side-by-side tabs in Firefox.
Chromium behaves the same.
Chrome displays both properly.
Both servers have the same commits checked out:
HighwayData @ 5b319bb8200c6c4f5bd6af6813b95e90a3633a92
UserData @ 88f9db2284d97df12af9ee2a6a003b48b2d162cf
...and when I save the page as an HTML file, the only diffs are in the map API keys and the order of users with underscores in their names in the dropdown menu.
yakra:Web is at e1f6abe314ce81fd6145a9b9d12e0dd48a8a5f35, synced to
TravelMapping:Web at 22111cd303de3d540a39059cd8909ca299e09b4e,
functionally the same.
Their contents (outside of
.git) are the same per
for item in tm/Web/*; do diff -r $item y$item; doneIs there a missing or modified SVG or CSS or something?
I copied the files over to the server directory with a modified version of updateserver.sh, shown below:
I ran it with --shields, --fonts, and with no switches at all.
I don't think it should have missed anything.
And why does Chrome render it properly?
Any ideas?