jera
Member
Hello,
Since I've updated MW, I've noticed an error, the graphics bar is not displayed correctly. I check the code and this is due to an error in a comma, because the correct thing would be to print a point.
I change the comma by the point and the problem is solved. (Attention in the width)
My question is Where do I have to change so that this is fixed in all campaigns?
Thank you.
Since I've updated MW, I've noticed an error, the graphics bar is not displayed correctly. I check the code and this is due to an error in a comma, because the correct thing would be to print a point.
HTML:
<div class="progress" style="width: 11,29%"></div>
I change the comma by the point and the problem is solved. (Attention in the width)
HTML:
<div class="progress" style="width: 11.29%"></div>
My question is Where do I have to change so that this is fixed in all campaigns?
Thank you.