diff --git a/package.json b/package.json
index 537e83a9bc..2701197eda 100644
--- a/package.json
+++ b/package.json
@@ -65,7 +65,7 @@
"normalize-css": "^2.1.0",
"npm": "^6.0.0",
"npm-modernizr": "^2.8.3",
- "phraseanet-production-client": "0.34.176-d",
+ "phraseanet-production-client": "0.34.177-d",
"requirejs": "^2.3.5",
"tinymce": "^4.0.28",
"underscore": "^1.8.3",
diff --git a/templates/web/prod/index.html.twig b/templates/web/prod/index.html.twig
index b4d191fc05..3dff7692e5 100644
--- a/templates/web/prod/index.html.twig
+++ b/templates/web/prod/index.html.twig
@@ -174,7 +174,7 @@
{% if ratio == 0 %}
{% set ratio = '0.333' %}
{% endif %}
- {% set w1 = (100 * ratio)|round %}
+ {% set w1 = (100 * ratio) %}
{% set w2 = (100 - w1) %}
diff --git a/yarn.lock b/yarn.lock
index e21a233da1..4c3a416642 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -7577,10 +7577,10 @@ phraseanet-common@^0.4.5-d:
js-cookie "^2.1.0"
pym.js "^1.3.1"
-phraseanet-production-client@0.34.176-d:
- version "0.34.176-d"
- resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.176-d.tgz#de35a538c45b8f75fb335e73b8807056b56e897d"
- integrity sha512-Cw3qDHEoQB37edRrdQA5fWCn38lEZv7KWxrcPyTCTDKGIwTTqIces7Qd1BfHM9MTKYu89tvzdeWNofGOwN/uQg==
+phraseanet-production-client@0.34.177-d:
+ version "0.34.177-d"
+ resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.177-d.tgz#5f224c0309e64e9d26f5dfcaf6faf2e84b5045cb"
+ integrity sha512-b5z5huXd+3FYJx2cRMA9EpQ2sxytYdnMlsj5jf2XC8mSk7znhchd1lbry686h2dUpOgUZAcr6gTbDUYwnzFUMQ==
dependencies:
"@mapbox/mapbox-gl-language" "^0.9.2"
"@turf/turf" "^5.1.6"