mojira.dev
WEB-5811

The quotes in the articles on minecraft.net do not display properly

Last checked: July 14, 2024

For example, the quotes in para.2 of this article or in para.4 of this article fail to display; instead, empty boxes are shown.

[media]

Linked issues

Attachments

Comments 3

I don't think it is displaying incompletely – this is how the image source file depicts it.

It looks like the quote marks that are supposed to be in the top left and bottom right are not rendering. The URL (https://www.minecraft.net/etc.clientlibs/minecraft/clientlibs/main/css/resources/theme-assets/svg/icons/pixel-begin-quote.svg) that is trying to load does not contain the images anymore. Thanks, I'll add it to the list of things to fix!

This seems to have broken due to them having main/css/ instead of just main/ in the background image URL.

This is what it should be:

background-image: url(main/resources/theme-assets/svg/icons/pixel-end-quote.svg);

This is what it is:

background-image: url(main/css/resources/theme-assets/svg/icons/pixel-end-quote.svg);

This has to be changed on lots of background images, this can easily be fixed by replacing all main/css/resources with main/resources.

DrLee_lihr

(Unassigned)

minecraft.net

Retrieved