diff --git a/code/nel/src/gui/group_html.cpp b/code/nel/src/gui/group_html.cpp
index 8009c5ac8..50b381a3c 100644
--- a/code/nel/src/gui/group_html.cpp
+++ b/code/nel/src/gui/group_html.cpp
@@ -5178,7 +5178,7 @@ namespace NLGUI
if (low < min)
low = min;
if (high > max)
- max = max;
+ high = max;
}
float CGroupHTML::HTMLMeterElement::getValueRatio() const